#ddd921

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

Shades of Bitter Lemon #DDD921

Tints of Bitter Lemon #DDD921

Color information

#DDD921 (or 0xDDD921) is unknown color: approx Bitter Lemon. HEX triplet: DD, D9 and 21. RGB value is (221,217,33). Sum of RGB (Red+Green+Blue) = 221+217+33=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 33 (13.28% from 255 or 7.01% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD921 is #2226DE. Grayscale: #C5C5C5. Windows color (decimal): -2238175 or 2218461. OLE color: 2218461.

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

Color convert

RGB22121733-
CMYK00.020.850.13
HSL58.72º74.02%49.8%-
HSV(B)58.72º85.07%86.67%-
XYZ54.9165.1111.11-
YUV197.2235.33144.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.92%
GREEN value IS 217 (85.16% from 255) = 46.07%
BLUE value IS 33 (13.28% from 255) = 7.01%
R=46.92%
G=46.07%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212173300.020.850.1358.7274.0249.8
HexDDD9210255D3b4a32
Octal3353314102125157311262
Binary1101110111011001100001010101010111011110111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddd921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddd921; }

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

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

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

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

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

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

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

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