Shades of Wattle #DCC936
Tints of Wattle #DCC936
RGB
CMYK
RGB Variations
Color information
#DCC936 (or 0xDCC936) is known color: Wattle. HEX triplet: DC, C9 and 36. RGB value is (220,201,54). Sum of RGB (Red+Green+Blue) = 220+201+54=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 54 (21.48% from 255 or 11.37% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC936 is #2336C9. Grayscale: #BEBEBE. Windows color (decimal): -2307786 or 3590620. OLE color: 3590620.
HSL color Cylindrical-coordinate representation of color #DCC936: hue angle of 53.13º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCC936 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 54 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.14 |
| HSL | 53.13º | 0.7% | 0.54% | - |
| HSV(B) | 53.13º | 0.75% | 0.86% | - |
| XYZ | 51.07 | 57.26 | 11.85 | - |
| YUV | 189.92 | 51.29 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 54 | 0 | 0.09 | 0.75 | 0.14 | 53.13 | 0.7 | 0.54 |
| Hex | DC | C9 | 36 | 0 | 9 | 4B | E | 35 | 46 | 36 |
| Octal | 334 | 311 | 66 | 0 | 11 | 113 | 16 | 65 | 106 | 66 |
| Binary | 11011100 | 11001001 | 110110 | 0 | 1001 | 1001011 | 1110 | 110101 | 1000110 | 110110 |
Color Harmonies of #DCC936
Complementary color
Monochromatic Colors of #DCC936
Black with #DCC936
Text Example
Text Example
White with #DCC936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC936; }
p { color: rgb(220,201,54); }
H1.HeaderClassName
{
color: #DCC936;
}
.AnyTagClassName
{
color: #DCC936;
}
</style>
background-color css
<style>
a { background-color: #DCC936; }
a { background-color: rgb(220,201,54); }
div.DivClassName
{
background-color: #DCC936;
}
.BgClassName
{
background-color: #DCC936;
}
</style>
border-color css
<style>
span { border-color: #DCC936; }
span { border-color: rgb(220,201,54); }
td.TdClassName
{
border-color: #DCC936;
}
.TagClassName
{
border-color: #DCC936;
}
</style>