#DEC434

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

Shades of Wattle #DEC434

Tints of Wattle #DEC434

Color information

#DEC434 (or 0xDEC434) is unknown color: approx Wattle. HEX triplet: DE, C4 and 34. RGB value is (222,196,52). Sum of RGB (Red+Green+Blue) = 222+196+52=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 52 (20.70% from 255 or 11.06% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEC434 is #213BCB. Grayscale: #BBBBBB. Windows color (decimal): -2177996 or 3458270. OLE color: 3458270.

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

Color convert

RGB22219652-
CMYK00.120.770.13
HSL50.82º72.03%53.73%-
HSV(B)50.82º76.58%87.06%-
XYZ50.4855.2611.25-
YUV187.3651.61152.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.23%
GREEN value IS 196 (76.95% from 255) = 41.70%
BLUE value IS 52 (20.70% from 255) = 11.06%
R=47.23%
G=41.70%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221965200.120.770.1350.8272.0353.73
HexDEC4340C4DD334836
Octal33630464014115156311066
Binary110111101100010011010001100100110111011100111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC434; }

 p { color: rgb(222,196,52); }

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

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

 a { background-color: rgb(222,196,52); }

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

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

 span { border-color: rgb(222,196,52); }

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