#D4D924

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

Shades of Bitter Lemon #D4D924

Tints of Bitter Lemon #D4D924

Color information

#D4D924 (or 0xD4D924) is unknown color: approx Bitter Lemon. HEX triplet: D4, D9 and 24. RGB value is (212,217,36). Sum of RGB (Red+Green+Blue) = 212+217+36=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 36 (14.45% from 255 or 7.74% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D924 is #2B26DB. Grayscale: #C3C3C3. Windows color (decimal): -2827996 or 2415060. OLE color: 2415060.

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

Color convert

RGB21221736-
CMYK0.0200.830.15
HSL61.66º71.54%49.61%-
HSV(B)61.66º83.41%85.1%-
XYZ52.2863.7511.22-
YUV194.8738.34140.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.59%
GREEN value IS 217 (85.16% from 255) = 46.67%
BLUE value IS 36 (14.45% from 255) = 7.74%
R=45.59%
G=46.67%
B=7.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212217360.0200.830.1561.6671.5449.61
HexD4D9242053F3e4832
Octal3243314420123177611062
Binary1101010011011001100100100101001111111111101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D924; }

 p { color: rgb(212,217,36); }

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

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

 a { background-color: rgb(212,217,36); }

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

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

 span { border-color: rgb(212,217,36); }

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