#DDD321

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

Shades of Barberry #DDD321

Tints of Barberry #DDD321

Color information

#DDD321 (or 0xDDD321) is unknown color: approx Barberry. HEX triplet: DD, D3 and 21. RGB value is (221,211,33). Sum of RGB (Red+Green+Blue) = 221+211+33=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD321 is #222CDE. Grayscale: #C2C2C2. Windows color (decimal): -2239711 or 2216925. OLE color: 2216925.

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

Color convert

RGB22121133-
CMYK00.050.850.13
HSL56.81º74.02%49.8%-
HSV(B)56.81º85.07%86.67%-
XYZ53.3962.0710.61-
YUV193.737.31147.47-

RGB Variations

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

RGB

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

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
Decimal2212113300.050.850.1356.8174.0249.8
HexDDD3210555D394a32
Octal3353234105125157111262
Binary11011101110100111000010101101010111011110011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD321; }

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

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

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

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

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

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

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

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