#DECE21

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

Shades of Barberry #DECE21

Tints of Barberry #DECE21

Color information

#DECE21 (or 0xDECE21) is unknown color: approx Barberry. HEX triplet: DE, CE and 21. RGB value is (222,206,33). Sum of RGB (Red+Green+Blue) = 222+206+33=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 33 (13.28% from 255 or 7.16% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECE21 is #2131DE. Grayscale: #BFBFBF. Windows color (decimal): -2175455 or 2215646. OLE color: 2215646.

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

Color convert

RGB22220633-
CMYK00.070.850.13
HSL54.92º74.12%50%-
HSV(B)54.92º85.14%87.06%-
XYZ52.4759.7810.21-
YUV191.0638.8150.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 206 (80.86% from 255) = 44.69%
BLUE value IS 33 (13.28% from 255) = 7.16%
R=48.16%
G=44.69%
B=7.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222063300.070.850.1354.9274.1250
HexDECE210755D374a32
Octal3363164107125156711262
Binary11011110110011101000010111101010111011101111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECE21; }

 p { color: rgb(222,206,33); }

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

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

 a { background-color: rgb(222,206,33); }

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

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

 span { border-color: rgb(222,206,33); }

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