#D2DD45

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

Shades of Bitter Lemon #D2DD45

Tints of Bitter Lemon #D2DD45

Color information

#D2DD45 (or 0xD2DD45) is unknown color: approx Bitter Lemon. HEX triplet: D2, DD and 45. RGB value is (210,221,69). Sum of RGB (Red+Green+Blue) = 210+221+69=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 69 (27.34% from 255 or 13.8% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DD45 is #2D22BA. Grayscale: #C8C8C8. Windows color (decimal): -2958011 or 4578770. OLE color: 4578770.

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

Color convert

RGB21022169-
CMYK0.0500.690.13
HSL64.34º69.09%56.86%-
HSV(B)64.34º68.78%86.67%-
XYZ53.5165.8415.52-
YUV200.3853.86134.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42%
GREEN value IS 221 (86.72% from 255) = 44.2%
BLUE value IS 69 (27.34% from 255) = 13.8%
R=42%
G=44.2%
B=13.8%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal210221690.0500.690.1364.3469.0956.86
HexD2DD455045D404539
Octal322335105501051510010571
Binary1101001011011101100010110101000101110110000001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DD45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DD45; }

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

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

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

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

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

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

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

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