Shades of Wattle #DCC934
Tints of Wattle #DCC934
RGB
CMYK
RGB Variations
Color information
#DCC934 (or 0xDCC934) is known color: Wattle. HEX triplet: DC, C9 and 34. RGB value is (220,201,52). Sum of RGB (Red+Green+Blue) = 220+201+52=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC934 is #2336CB. Grayscale: #BEBEBE. Windows color (decimal): -2307788 or 3459548. OLE color: 3459548.
HSL color Cylindrical-coordinate representation of color #DCC934: hue angle of 53.21º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCC934 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 52 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.14 |
| HSL | 53.21º | 0.71% | 0.53% | - |
| HSV(B) | 53.21º | 0.76% | 0.86% | - |
| XYZ | 51.02 | 57.24 | 11.61 | - |
| YUV | 189.7 | 50.29 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 52 | 0 | 0.09 | 0.76 | 0.14 | 53.21 | 0.71 | 0.53 |
| Hex | DC | C9 | 34 | 0 | 9 | 4C | E | 35 | 47 | 35 |
| Octal | 334 | 311 | 64 | 0 | 11 | 114 | 16 | 65 | 107 | 65 |
| Binary | 11011100 | 11001001 | 110100 | 0 | 1001 | 1001100 | 1110 | 110101 | 1000111 | 110101 |
Color Harmonies of #DCC934
Complementary color
Monochromatic Colors of #DCC934
Black with #DCC934
Text Example
Text Example
White with #DCC934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC934; }
p { color: rgb(220,201,52); }
H1.HeaderClassName
{
color: #DCC934;
}
.AnyTagClassName
{
color: #DCC934;
}
</style>
background-color css
<style>
a { background-color: #DCC934; }
a { background-color: rgb(220,201,52); }
div.DivClassName
{
background-color: #DCC934;
}
.BgClassName
{
background-color: #DCC934;
}
</style>
border-color css
<style>
span { border-color: #DCC934; }
span { border-color: rgb(220,201,52); }
td.TdClassName
{
border-color: #DCC934;
}
.TagClassName
{
border-color: #DCC934;
}
</style>