#DDDA21

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

Shades of Bitter Lemon #DDDA21

Tints of Bitter Lemon #DDDA21

Color information

#DDDA21 (or 0xDDDA21) is unknown color: approx Bitter Lemon. HEX triplet: DD, DA and 21. RGB value is (221,218,33). Sum of RGB (Red+Green+Blue) = 221+218+33=472 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.82% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 33 (13.28% from 255 or 6.99% from 472); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDA21 is #2225DE. Grayscale: #C6C6C6. Windows color (decimal): -2237919 or 2218717. OLE color: 2218717.

HSL color Cylindrical-coordinate representation of color #DDDA21: hue angle of 59.04º 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 #DDDA21 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB22121833-
CMYK00.010.850.13
HSL59.04º74.02%49.8%-
HSV(B)59.04º85.07%86.67%-
XYZ55.1665.6211.2-
YUV197.8134.99144.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.82%
GREEN value IS 218 (85.55% from 255) = 46.19%
BLUE value IS 33 (13.28% from 255) = 6.99%
R=46.82%
G=46.19%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212183300.010.850.1359.0474.0249.8
HexDDDA210155D3b4a32
Octal3353324101125157311262
Binary110111011101101010000101101010111011110111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA21; }

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

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

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

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

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

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

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

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