#D4DC41

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

Shades of Bitter Lemon #D4DC41

Tints of Bitter Lemon #D4DC41

Color information

#D4DC41 (or 0xD4DC41) is unknown color: approx Bitter Lemon. HEX triplet: D4, DC and 41. RGB value is (212,220,65). Sum of RGB (Red+Green+Blue) = 212+220+65=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DC41 is #2B23BE. Grayscale: #C8C8C8. Windows color (decimal): -2827199 or 4316372. OLE color: 4316372.

HSL color Cylindrical-coordinate representation of color #D4DC41: hue angle of 63.1º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4DC41 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB21222065-
CMYK0.0400.700.14
HSL63.1º68.89%55.88%-
HSV(B)63.1º70.45%86.27%-
XYZ53.765.5714.83-
YUV199.9451.85136.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.66%
GREEN value IS 220 (86.33% from 255) = 44.27%
BLUE value IS 65 (25.78% from 255) = 13.08%
R=42.66%
G=44.27%
B=13.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal212220650.0400.700.1463.168.8955.88
HexD4DC414046E3f4538
Octal32433410140106167710570
Binary110101001101110010000011000100011011101111111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DC41; }

 p { color: rgb(212,220,65); }

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

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

 a { background-color: rgb(212,220,65); }

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

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

 span { border-color: rgb(212,220,65); }

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