#D2DC41

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

Shades of Bitter Lemon #D2DC41

Tints of Bitter Lemon #D2DC41

Color information

#D2DC41 (or 0xD2DC41) is unknown color: approx Bitter Lemon. HEX triplet: D2, DC and 41. RGB value is (210,220,65). Sum of RGB (Red+Green+Blue) = 210+220+65=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DC41 is #2D23BE. Grayscale: #C7C7C7. Windows color (decimal): -2958271 or 4316370. OLE color: 4316370.

HSL color Cylindrical-coordinate representation of color #D2DC41: hue angle of 63.87º 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 #D2DC41 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB21022065-
CMYK0.0500.700.14
HSL63.87º68.89%55.88%-
HSV(B)63.87º70.45%86.27%-
XYZ53.1365.2714.8-
YUV199.3452.19135.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.42%
GREEN value IS 220 (86.33% from 255) = 44.44%
BLUE value IS 65 (25.78% from 255) = 13.13%
R=42.42%
G=44.44%
B=13.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal210220650.0500.700.1463.8768.8955.88
HexD2DC415046E404538
Octal322334101501061610010570
Binary1101001011011100100000110101000110111010000001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DC41; }

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

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

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

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

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

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

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

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