#DECB35

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

Shades of Wattle #DECB35

Tints of Wattle #DECB35

Color information

#DECB35 (or 0xDECB35) is unknown color: approx Wattle. HEX triplet: DE, CB and 35. RGB value is (222,203,53). Sum of RGB (Red+Green+Blue) = 222+203+53=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 53 (21.09% from 255 or 11.09% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECB35 is #2134CA. Grayscale: #C0C0C0. Windows color (decimal): -2176203 or 3525598. OLE color: 3525598.

HSL color Cylindrical-coordinate representation of color #DECB35: hue angle of 53.25º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DECB35 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB22220353-
CMYK00.090.760.13
HSL53.25º71.91%53.92%-
HSV(B)53.25º76.13%87.06%-
XYZ52.1258.511.91-
YUV191.5849.79149.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.44%
GREEN value IS 203 (79.69% from 255) = 42.47%
BLUE value IS 53 (21.09% from 255) = 11.09%
R=46.44%
G=42.47%
B=11.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222035300.090.760.1353.2571.9153.92
HexDECB35094CD354836
Octal33631365011114156511066
Binary110111101100101111010101001100110011011101011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECB35; }

 p { color: rgb(222,203,53); }

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

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

 a { background-color: rgb(222,203,53); }

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

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

 span { border-color: rgb(222,203,53); }

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