#ddd821

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

Shades of Barberry #DDD821

Tints of Barberry #DDD821

Color information

#DDD821 (or 0xDDD821) is unknown color: approx Barberry. HEX triplet: DD, D8 and 21. RGB value is (221,216,33). Sum of RGB (Red+Green+Blue) = 221+216+33=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 33 (13.28% from 255 or 7.02% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD821 is #2227DE. Grayscale: #C5C5C5. Windows color (decimal): -2238431 or 2218205. OLE color: 2218205.

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

Color convert

RGB22121633-
CMYK00.020.850.13
HSL58.4º74.02%49.8%-
HSV(B)58.4º85.07%86.67%-
XYZ54.6564.5911.03-
YUV196.6335.66145.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 216 (84.77% from 255) = 45.96%
BLUE value IS 33 (13.28% from 255) = 7.02%
R=47.02%
G=45.96%
B=7.02%

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
Decimal2212163300.020.850.1358.474.0249.8
HexDDD8210255D3a4a32
Octal3353304102125157211262
Binary1101110111011000100001010101010111011110101001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddd821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddd821; }

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

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

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

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

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

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

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

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