#D2D02F

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

Shades of Bitter Lemon #D2D02F

Tints of Bitter Lemon #D2D02F

Color information

#D2D02F (or 0xD2D02F) is unknown color: approx Bitter Lemon. HEX triplet: D2, D0 and 2F. RGB value is (210,208,47). Sum of RGB (Red+Green+Blue) = 210+208+47=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 47 (18.75% from 255 or 10.11% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D02F is #2D2FD0. Grayscale: #BEBEBE. Windows color (decimal): -2961361 or 3133650. OLE color: 3133650.

HSL color Cylindrical-coordinate representation of color #D2D02F: hue angle of 59.26º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2D02F is Cyan = 0, Magento = 0.01, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB21020847-
CMYK00.010.780.18
HSL59.26º64.43%50.39%-
HSV(B)59.26º77.62%82.35%-
XYZ49.6559.0211.46-
YUV190.2447.16142.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.16%
GREEN value IS 208 (81.64% from 255) = 44.73%
BLUE value IS 47 (18.75% from 255) = 10.11%
R=45.16%
G=44.73%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102084700.010.780.1859.2664.4350.39
HexD2D02F014E123b4032
Octal3223205701116227310062
Binary1101001011010000101111011001110100101110111000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D02F; }

 p { color: rgb(210,208,47); }

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

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

 a { background-color: rgb(210,208,47); }

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

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

 span { border-color: rgb(210,208,47); }

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