#D2DD41

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

Shades of Bitter Lemon #D2DD41

Tints of Bitter Lemon #D2DD41

Color information

#D2DD41 (or 0xD2DD41) is unknown color: approx Bitter Lemon. HEX triplet: D2, DD and 41. RGB value is (210,221,65). Sum of RGB (Red+Green+Blue) = 210+221+65=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DD41 is #2D22BE. Grayscale: #C8C8C8. Windows color (decimal): -2958015 or 4316626. OLE color: 4316626.

HSL color Cylindrical-coordinate representation of color #D2DD41: hue angle of 64.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2DD41 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB21022165-
CMYK0.0500.710.13
HSL64.23º69.64%56.08%-
HSV(B)64.23º70.59%86.67%-
XYZ53.3965.814.89-
YUV199.9351.86135.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.34%
GREEN value IS 221 (86.72% from 255) = 44.56%
BLUE value IS 65 (25.78% from 255) = 13.10%
R=42.34%
G=44.56%
B=13.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210221650.0500.710.1364.2369.6456.08
HexD2DD415047D404638
Octal322335101501071510010670
Binary1101001011011101100000110101000111110110000001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DD41; }

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

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

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

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

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

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

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

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