#DED422

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

Shades of Barberry #DED422

Tints of Barberry #DED422

Color information

#DED422 (or 0xDED422) is unknown color: approx Barberry. HEX triplet: DE, D4 and 22. RGB value is (222,212,34). Sum of RGB (Red+Green+Blue) = 222+212+34=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 34 (13.67% from 255 or 7.26% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DED422 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DED422 is #212BDD. Grayscale: #C3C3C3. Windows color (decimal): -2173918 or 2282718. OLE color: 2282718.

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

Color convert

RGB22221234-
CMYK00.050.850.13
HSL56.81º74.02%50.2%-
HSV(B)56.81º84.68%87.06%-
XYZ53.9662.7310.78-
YUV194.737.31147.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.44%
GREEN value IS 212 (83.20% from 255) = 45.30%
BLUE value IS 34 (13.67% from 255) = 7.26%
R=47.44%
G=45.30%
B=7.26%

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
Decimal2222123400.050.850.1356.8174.0250.2
HexDED4220555D394a32
Octal3363244205125157111262
Binary11011110110101001000100101101010111011110011001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED422; }

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

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

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

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

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

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

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

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