#d2d833

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

Shades of Bitter Lemon #D2D833

Tints of Bitter Lemon #D2D833

Color information

#D2D833 (or 0xD2D833) is unknown color: approx Bitter Lemon. HEX triplet: D2, D8 and 33. RGB value is (210,216,51). Sum of RGB (Red+Green+Blue) = 210+216+51=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 51 (20.31% from 255 or 10.69% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #D2D833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D833 is #2D27CC. Grayscale: #C4C4C4. Windows color (decimal): -2959309 or 3397842. OLE color: 3397842.

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

Color convert

RGB21021651-
CMYK0.0300.760.15
HSL62.18º67.9%52.35%-
HSV(B)62.18º76.39%84.71%-
XYZ51.7363.0512.58-
YUV195.446.51138.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.03%
GREEN value IS 216 (84.77% from 255) = 45.28%
BLUE value IS 51 (20.31% from 255) = 10.69%
R=44.03%
G=45.28%
B=10.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210216510.0300.760.1562.1867.952.35
HexD2D833304CF3e4434
Octal3223306330114177610464
Binary1101001011011000110011110100110011111111101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2d833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2d833; }

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

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

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

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

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

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

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

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