#decc27

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

Shades of Barberry #DECC27

Tints of Barberry #DECC27

Color information

#DECC27 (or 0xDECC27) is unknown color: approx Barberry. HEX triplet: DE, CC and 27. RGB value is (222,204,39). Sum of RGB (Red+Green+Blue) = 222+204+39=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 39 (15.62% from 255 or 8.39% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECC27 is #2133D8. Grayscale: #BFBFBF. Windows color (decimal): -2175961 or 2608350. OLE color: 2608350.

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

Color convert

RGB22220439-
CMYK00.080.820.13
HSL54.1º73.49%51.18%-
HSV(B)54.1º82.43%87.06%-
XYZ52.0858.8610.54-
YUV190.5742.46150.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.74%
GREEN value IS 204 (80.08% from 255) = 43.87%
BLUE value IS 39 (15.62% from 255) = 8.39%
R=47.74%
G=43.87%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222043900.080.820.1354.173.4951.18
HexDECC270852D364933
Octal33631447010122156611163
Binary110111101100110010011101000101001011011101101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #decc27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #decc27; }

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

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

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

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

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

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

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

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