#DCC239

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

Shades of Wattle #DCC239

Tints of Wattle #DCC239

Color information

#DCC239 (or 0xDCC239) is unknown color: approx Wattle. HEX triplet: DC, C2 and 39. RGB value is (220,194,57). Sum of RGB (Red+Green+Blue) = 220+194+57=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 57 (22.66% from 255 or 12.10% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC239 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC239 is #233DC6. Grayscale: #BABABA. Windows color (decimal): -2309575 or 3785436. OLE color: 3785436.

HSL color Cylindrical-coordinate representation of color #DCC239: hue angle of 50.43º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCC239 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB22019457-
CMYK00.120.740.14
HSL50.43º69.96%54.31%-
HSV(B)50.43º74.09%86.27%-
XYZ49.5554.0911.7-
YUV186.1655.11152.14-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 194 (76.17% from 255) = 41.19%
BLUE value IS 57 (22.66% from 255) = 12.10%
R=46.71%
G=41.19%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201945700.120.740.1450.4369.9654.31
HexDCC2390C4AE324636
Octal33430271014112166210666
Binary110111001100001011100101100100101011101100101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC239; }

 p { color: rgb(220,194,57); }

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

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

 a { background-color: rgb(220,194,57); }

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

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

 span { border-color: rgb(220,194,57); }

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