#DDD221

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

Shades of Barberry #DDD221

Tints of Barberry #DDD221

Color information

#DDD221 (or 0xDDD221) is unknown color: approx Barberry. HEX triplet: DD, D2 and 21. RGB value is (221,210,33). Sum of RGB (Red+Green+Blue) = 221+210+33=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD221 is #222DDE. Grayscale: #C1C1C1. Windows color (decimal): -2239967 or 2216669. OLE color: 2216669.

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

Color convert

RGB22121033-
CMYK00.050.850.13
HSL56.49º74.02%49.8%-
HSV(B)56.49º85.07%86.67%-
XYZ53.1461.5810.52-
YUV193.1137.64147.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.63%
GREEN value IS 210 (82.42% from 255) = 45.26%
BLUE value IS 33 (13.28% from 255) = 7.11%
R=47.63%
G=45.26%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212103300.050.850.1356.4974.0249.8
HexDDD2210555D384a32
Octal3353224105125157011262
Binary11011101110100101000010101101010111011110001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD221; }

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

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

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

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

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

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

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

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