#DECA2B

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

Shades of Barberry #DECA2B

Tints of Barberry #DECA2B

Color information

#DECA2B (or 0xDECA2B) is unknown color: approx Barberry. HEX triplet: DE, CA and 2B. RGB value is (222,202,43). Sum of RGB (Red+Green+Blue) = 222+202+43=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 43 (17.19% from 255 or 9.21% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECA2B is #2135D4. Grayscale: #BEBEBE. Windows color (decimal): -2176469 or 2869982. OLE color: 2869982.

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

Color convert

RGB22220243-
CMYK00.090.810.13
HSL53.3º73.06%51.96%-
HSV(B)53.3º80.63%87.06%-
XYZ51.6857.9510.75-
YUV189.8545.13150.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.54%
GREEN value IS 202 (79.30% from 255) = 43.25%
BLUE value IS 43 (17.19% from 255) = 9.21%
R=47.54%
G=43.25%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222024300.090.810.1353.373.0651.96
HexDECA2B0951D354934
Octal33631253011121156511164
Binary110111101100101010101101001101000111011101011001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECA2B; }

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

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

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

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

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

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

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

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