#D0D132

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

Shades of Bitter Lemon #D0D132

Tints of Bitter Lemon #D0D132

Color information

#D0D132 (or 0xD0D132) is unknown color: approx Bitter Lemon. HEX triplet: D0, D1 and 32. RGB value is (208,209,50). Sum of RGB (Red+Green+Blue) = 208+209+50=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 209 (82.03% from 255 or 44.75% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 209 - color contains mainly: green. Hex color #D0D132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D132 is #2F2ECD. Grayscale: #BFBFBF. Windows color (decimal): -3092174 or 3330512. OLE color: 3330512.

HSL color Cylindrical-coordinate representation of color #D0D132: hue angle of 60.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0D132 is Cyan = 0.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB20820950-
CMYK0.0000.760.18
HSL60.38º63.35%50.78%-
HSV(B)60.38º76.08%81.96%-
XYZ49.3959.2411.85-
YUV190.5848.67140.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.54%
GREEN value IS 209 (82.03% from 255) = 44.75%
BLUE value IS 50 (19.92% from 255) = 10.71%
R=44.54%
G=44.75%
B=10.71%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208209500.0000.760.1860.3863.3550.78
HexD0D132004C123c3f33
Octal320321620011422747763
Binary110100001101000111001000100110010010111100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D132; }

 p { color: rgb(208,209,50); }

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

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

 a { background-color: rgb(208,209,50); }

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

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

 span { border-color: rgb(208,209,50); }

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