#D2D821

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

Shades of Bitter Lemon #D2D821

Tints of Bitter Lemon #D2D821

Color information

#D2D821 (or 0xD2D821) is unknown color: approx Bitter Lemon. HEX triplet: D2, D8 and 21. RGB value is (210,216,33). Sum of RGB (Red+Green+Blue) = 210+216+33=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 33 (13.28% from 255 or 7.19% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D821 is #2D27DE. Grayscale: #C2C2C2. Windows color (decimal): -2959327 or 2218194. OLE color: 2218194.

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

Color convert

RGB21021633-
CMYK0.0300.850.15
HSL61.97º73.49%48.82%-
HSV(B)61.97º84.72%84.71%-
XYZ51.4162.9210.87-
YUV193.3437.51139.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.75%
GREEN value IS 216 (84.77% from 255) = 47.06%
BLUE value IS 33 (13.28% from 255) = 7.19%
R=45.75%
G=47.06%
B=7.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210216330.0300.850.1561.9773.4948.82
HexD2D8213055F3e4931
Octal3223304130125177611161
Binary1101001011011000100001110101010111111111101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D821; }

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

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

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

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

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

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

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

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