#D9D42C

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

Shades of Bitter Lemon #D9D42C

Tints of Bitter Lemon #D9D42C

Color information

#D9D42C (or 0xD9D42C) is unknown color: approx Bitter Lemon. HEX triplet: D9, D4 and 2C. RGB value is (217,212,44). Sum of RGB (Red+Green+Blue) = 217+212+44=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 44 (17.58% from 255 or 9.30% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D42C is #262BD3. Grayscale: #C3C3C3. Windows color (decimal): -2501588 or 2938073. OLE color: 2938073.

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

Color convert

RGB21721244-
CMYK00.020.800.15
HSL58.27º69.48%51.18%-
HSV(B)58.27º79.72%85.1%-
XYZ52.6162.0211.58-
YUV194.3443.16144.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.88%
GREEN value IS 212 (83.20% from 255) = 44.82%
BLUE value IS 44 (17.58% from 255) = 9.30%
R=45.88%
G=44.82%
B=9.30%

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
Decimal2172124400.020.800.1558.2769.4851.18
HexD9D42C0250F3a4533
Octal3313245402120177210563
Binary1101100111010100101100010101000011111110101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D42C; }

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

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

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

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

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

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

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

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