#D4D83F

Color #D4D83F Bitter Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter Lemon #D4D83F

Tints of Bitter Lemon #D4D83F

Color information

#D4D83F (or 0xD4D83F) is unknown color: approx Bitter Lemon. HEX triplet: D4, D8 and 3F. RGB value is (212,216,63). Sum of RGB (Red+Green+Blue) = 212+216+63=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 63 (25% from 255 or 12.83% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D83F is #2B27C0. Grayscale: #C5C5C5. Windows color (decimal): -2828225 or 4184276. OLE color: 4184276.

HSL color Cylindrical-coordinate representation of color #D4D83F: hue angle of 61.57º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4D83F is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB21221663-
CMYK0.0200.710.15
HSL61.57º66.23%54.71%-
HSV(B)61.57º70.83%84.71%-
XYZ52.663.4714.18-
YUV197.3652.17138.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 216 (84.77% from 255) = 43.99%
BLUE value IS 63 (25% from 255) = 12.83%
R=43.18%
G=43.99%
B=12.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212216630.0200.710.1561.5766.2354.71
HexD4D83F2047F3e4237
Octal3243307720107177610267
Binary1101010011011000111111100100011111111111101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D83F; }

 p { color: rgb(212,216,63); }

 H1.HeaderClassName
 {
   color: #D4D83F;
 }
 .AnyTagClassName
 {
   color: #D4D83F;
 }
</style>
background-color css

<style>
 a { background-color: #D4D83F; }

 a { background-color: rgb(212,216,63); }

 div.DivClassName
 {
   background-color: #D4D83F;
 }
 .BgClassName
 {
   background-color: #D4D83F;
 }
</style>
border-color css

<style>
 span { border-color: #D4D83F; }

 span { border-color: rgb(212,216,63); }

 td.TdClassName
 {
   border-color: #D4D83F;
 }
 .TagClassName
 {
   border-color: #D4D83F;
 }
</style>