#DECF35

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

Shades of Wattle #DECF35

Tints of Wattle #DECF35

Color information

#DECF35 (or 0xDECF35) is unknown color: approx Wattle. HEX triplet: DE, CF and 35. RGB value is (222,207,53). Sum of RGB (Red+Green+Blue) = 222+207+53=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 53 (21.09% from 255 or 11.00% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DECF35 is #2130CA. Grayscale: #C2C2C2. Windows color (decimal): -2175179 or 3526622. OLE color: 3526622.

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

Color convert

RGB22220753-
CMYK00.070.760.13
HSL54.67º71.91%53.92%-
HSV(B)54.67º76.13%87.06%-
XYZ53.0860.4112.23-
YUV193.9348.47148.02-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.06%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 53 (21.09% from 255) = 11.00%
R=46.06%
G=42.95%
B=11.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222075300.070.760.1354.6771.9153.92
HexDECF35074CD374836
Octal3363176507114156711066
Binary11011110110011111101010111100110011011101111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECF35; }

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

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

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

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

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

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

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

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