#D3DD21

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

Shades of Bitter Lemon #D3DD21

Tints of Bitter Lemon #D3DD21

Color information

#D3DD21 (or 0xD3DD21) is unknown color: approx Bitter Lemon. HEX triplet: D3, DD and 21. RGB value is (211,221,33). Sum of RGB (Red+Green+Blue) = 211+221+33=465 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.38% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DD21 is #2C22DE. Grayscale: #C5C5C5. Windows color (decimal): -2892511 or 2219475. OLE color: 2219475.

HSL color Cylindrical-coordinate representation of color #D3DD21: hue angle of 63.19º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3DD21 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB21122133-
CMYK0.0500.850.13
HSL63.19º74.02%49.8%-
HSV(B)63.19º85.07%86.67%-
XYZ52.9965.6711.32-
YUV196.5835.69138.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.38%
GREEN value IS 221 (86.72% from 255) = 47.53%
BLUE value IS 33 (13.28% from 255) = 7.10%
R=45.38%
G=47.53%
B=7.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal211221330.0500.850.1363.1974.0249.8
HexD3DD215055D3f4a32
Octal3233354150125157711262
Binary11010011110111011000011010101010111011111111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DD21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DD21; }

 p { color: rgb(211,221,33); }

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

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

 a { background-color: rgb(211,221,33); }

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

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

 span { border-color: rgb(211,221,33); }

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