#D5D924

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

Shades of Bitter Lemon #D5D924

Tints of Bitter Lemon #D5D924

Color information

#D5D924 (or 0xD5D924) is unknown color: approx Bitter Lemon. HEX triplet: D5, D9 and 24. RGB value is (213,217,36). Sum of RGB (Red+Green+Blue) = 213+217+36=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 36 (14.45% from 255 or 7.73% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D924 is #2A26DB. Grayscale: #C3C3C3. Windows color (decimal): -2762460 or 2415061. OLE color: 2415061.

HSL color Cylindrical-coordinate representation of color #D5D924: hue angle of 61.33º 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 #D5D924 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB21321736-
CMYK0.0200.830.15
HSL61.33º71.54%49.61%-
HSV(B)61.33º83.41%85.1%-
XYZ52.5763.911.23-
YUV195.1738.17140.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.71%
GREEN value IS 217 (85.16% from 255) = 46.57%
BLUE value IS 36 (14.45% from 255) = 7.73%
R=45.71%
G=46.57%
B=7.73%

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
Decimal213217360.0200.830.1561.3371.5449.61
HexD5D9242053F3d4832
Octal3253314420123177511062
Binary1101010111011001100100100101001111111111011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D924; }

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

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

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

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

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

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

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

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