#D3DE45

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

Shades of Bitter Lemon #D3DE45

Tints of Bitter Lemon #D3DE45

Color information

#D3DE45 (or 0xD3DE45) is unknown color: approx Bitter Lemon. HEX triplet: D3, DE and 45. RGB value is (211,222,69). Sum of RGB (Red+Green+Blue) = 211+222+69=502 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.03% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #D3DE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DE45 is #2C21BA. Grayscale: #C9C9C9. Windows color (decimal): -2892219 or 4579027. OLE color: 4579027.

HSL color Cylindrical-coordinate representation of color #D3DE45: hue angle of 64.31º degrees, saturation: 0.7, 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 #D3DE45 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB21122269-
CMYK0.0500.690.13
HSL64.31º69.86%57.06%-
HSV(B)64.31º68.92%87.06%-
XYZ54.0666.5215.62-
YUV201.2753.36134.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 42.03%
GREEN value IS 222 (87.11% from 255) = 44.22%
BLUE value IS 69 (27.34% from 255) = 13.75%
R=42.03%
G=44.22%
B=13.75%

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
Decimal211222690.0500.690.1364.3169.8657.06
HexD3DE455045D404639
Octal323336105501051510010671
Binary1101001111011110100010110101000101110110000001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DE45; }

 p { color: rgb(211,222,69); }

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

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

 a { background-color: rgb(211,222,69); }

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

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

 span { border-color: rgb(211,222,69); }

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