#DECC2B

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

Shades of Barberry #DECC2B

Tints of Barberry #DECC2B

Color information

#DECC2B (or 0xDECC2B) is unknown color: approx Barberry. HEX triplet: DE, CC and 2B. RGB value is (222,204,43). Sum of RGB (Red+Green+Blue) = 222+204+43=469 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.33% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 43 (17.19% from 255 or 9.17% from 469); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC2B is #2133D4. Grayscale: #BFBFBF. Windows color (decimal): -2175957 or 2870494. OLE color: 2870494.

HSL color Cylindrical-coordinate representation of color #DECC2B: hue angle of 53.97º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DECC2B is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB22220443-
CMYK00.080.810.13
HSL53.97º73.06%51.96%-
HSV(B)53.97º80.63%87.06%-
XYZ52.1558.8910.9-
YUV191.0344.46150.09-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.33%
GREEN value IS 204 (80.08% from 255) = 43.50%
BLUE value IS 43 (17.19% from 255) = 9.17%
R=47.33%
G=43.50%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222044300.080.810.1353.9773.0651.96
HexDECC2B0851D364934
Octal33631453010121156611164
Binary110111101100110010101101000101000111011101101001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC2B; }

 p { color: rgb(222,204,43); }

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

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

 a { background-color: rgb(222,204,43); }

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

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

 span { border-color: rgb(222,204,43); }

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