Shades of Wattle #DCC938
Tints of Wattle #DCC938
RGB
CMYK
RGB Variations
Color information
#DCC938 (or 0xDCC938) is known color: Wattle. HEX triplet: DC, C9 and 38. RGB value is (220,201,56). Sum of RGB (Red+Green+Blue) = 220+201+56=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 56 (22.27% from 255 or 11.74% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC938 is #2336C7. Grayscale: #BEBEBE. Windows color (decimal): -2307784 or 3721692. OLE color: 3721692.
HSL color Cylindrical-coordinate representation of color #DCC938: hue angle of 53.05º 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 #DCC938 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 201 | 56 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.14 |
| HSL | 53.05º | 0.7% | 0.54% | - |
| HSV(B) | 53.05º | 0.75% | 0.86% | - |
| XYZ | 51.12 | 57.27 | 12.1 | - |
| YUV | 190.15 | 52.29 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 201 | 56 | 0 | 0.09 | 0.75 | 0.14 | 53.05 | 0.7 | 0.54 |
| Hex | DC | C9 | 38 | 0 | 9 | 4B | E | 35 | 46 | 36 |
| Octal | 334 | 311 | 70 | 0 | 11 | 113 | 16 | 65 | 106 | 66 |
| Binary | 11011100 | 11001001 | 111000 | 0 | 1001 | 1001011 | 1110 | 110101 | 1000110 | 110110 |
Color Harmonies of #DCC938
Complementary color
Monochromatic Colors of #DCC938
Black with #DCC938
Text Example
Text Example
White with #DCC938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC938; }
p { color: rgb(220,201,56); }
H1.HeaderClassName
{
color: #DCC938;
}
.AnyTagClassName
{
color: #DCC938;
}
</style>
background-color css
<style>
a { background-color: #DCC938; }
a { background-color: rgb(220,201,56); }
div.DivClassName
{
background-color: #DCC938;
}
.BgClassName
{
background-color: #DCC938;
}
</style>
border-color css
<style>
span { border-color: #DCC938; }
span { border-color: rgb(220,201,56); }
td.TdClassName
{
border-color: #DCC938;
}
.TagClassName
{
border-color: #DCC938;
}
</style>