#D2D945

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

Shades of Bitter Lemon #D2D945

Tints of Bitter Lemon #D2D945

Color information

#D2D945 (or 0xD2D945) is unknown color: approx Bitter Lemon. HEX triplet: D2, D9 and 45. RGB value is (210,217,69). Sum of RGB (Red+Green+Blue) = 210+217+69=496 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.34% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 69 (27.34% from 255 or 13.91% from 496); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D945 is #2D26BA. Grayscale: #C6C6C6. Windows color (decimal): -2959035 or 4577746. OLE color: 4577746.

HSL color Cylindrical-coordinate representation of color #D2D945: hue angle of 62.84º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2D945 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB21021769-
CMYK0.0300.680.15
HSL62.84º66.07%56.08%-
HSV(B)62.84º68.2%85.1%-
XYZ52.4763.7615.17-
YUV198.0455.18136.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.34%
GREEN value IS 217 (85.16% from 255) = 43.75%
BLUE value IS 69 (27.34% from 255) = 13.91%
R=42.34%
G=43.75%
B=13.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210217690.0300.680.1562.8466.0756.08
HexD2D9453044F3f4238
Octal32233110530104177710270
Binary11010010110110011000101110100010011111111111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D945; }

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

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

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

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

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

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

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

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