#DED322

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

Shades of Barberry #DED322

Tints of Barberry #DED322

Color information

#DED322 (or 0xDED322) is unknown color: approx Barberry. HEX triplet: DE, D3 and 22. RGB value is (222,211,34). Sum of RGB (Red+Green+Blue) = 222+211+34=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 34 (13.67% from 255 or 7.28% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DED322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED322 is #212CDD. Grayscale: #C2C2C2. Windows color (decimal): -2174174 or 2282462. OLE color: 2282462.

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

Color convert

RGB22221134-
CMYK00.050.850.13
HSL56.49º74.02%50.2%-
HSV(B)56.49º84.68%87.06%-
XYZ53.7162.2310.69-
YUV194.1137.64147.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.54%
GREEN value IS 211 (82.81% from 255) = 45.18%
BLUE value IS 34 (13.67% from 255) = 7.28%
R=47.54%
G=45.18%
B=7.28%

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
Decimal2222113400.050.850.1356.4974.0250.2
HexDED3220555D384a32
Octal3363234205125157011262
Binary11011110110100111000100101101010111011110001001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED322; }

 p { color: rgb(222,211,34); }

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

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

 a { background-color: rgb(222,211,34); }

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

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

 span { border-color: rgb(222,211,34); }

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