#D9D52C

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

Shades of Bitter Lemon #D9D52C

Tints of Bitter Lemon #D9D52C

Color information

#D9D52C (or 0xD9D52C) is unknown color: approx Bitter Lemon. HEX triplet: D9, D5 and 2C. RGB value is (217,213,44). Sum of RGB (Red+Green+Blue) = 217+213+44=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D52C is #262AD3. Grayscale: #C3C3C3. Windows color (decimal): -2501332 or 2938329. OLE color: 2938329.

HSL color Cylindrical-coordinate representation of color #D9D52C: hue angle of 58.61º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9D52C is Cyan = 0, Magento = 0.02, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB21721344-
CMYK00.020.800.15
HSL58.61º69.48%51.18%-
HSV(B)58.61º79.72%85.1%-
XYZ52.8662.5211.66-
YUV194.9342.83143.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.78%
GREEN value IS 213 (83.59% from 255) = 44.94%
BLUE value IS 44 (17.58% from 255) = 9.28%
R=45.78%
G=44.94%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172134400.020.800.1558.6169.4851.18
HexD9D52C0250F3b4533
Octal3313255402120177310563
Binary1101100111010101101100010101000011111110111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D52C; }

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

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

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

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

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

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

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

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