#D2D842

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

Shades of Bitter Lemon #D2D842

Tints of Bitter Lemon #D2D842

Color information

#D2D842 (or 0xD2D842) is unknown color: approx Bitter Lemon. HEX triplet: D2, D8 and 42. RGB value is (210,216,66). Sum of RGB (Red+Green+Blue) = 210+216+66=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 66 (26.17% from 255 or 13.41% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D842 is #2D27BD. Grayscale: #C5C5C5. Windows color (decimal): -2959294 or 4380882. OLE color: 4380882.

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

Color convert

RGB21021666-
CMYK0.0300.690.15
HSL62.4º65.79%55.29%-
HSV(B)62.4º69.44%84.71%-
XYZ52.1263.2114.61-
YUV197.1154.01137.2-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 216 (84.77% from 255) = 43.90%
BLUE value IS 66 (26.17% from 255) = 13.41%
R=42.68%
G=43.90%
B=13.41%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210216660.0300.690.1562.465.7955.29
HexD2D8423045F3e4237
Octal32233010230105177610267
Binary11010010110110001000010110100010111111111101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D842; }

 p { color: rgb(210,216,66); }

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

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

 a { background-color: rgb(210,216,66); }

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

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

 span { border-color: rgb(210,216,66); }

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