Shades of Wattle #D0C435
Tints of Wattle #D0C435
RGB
CMYK
RGB Variations
Color information
#D0C435 (or 0xD0C435) is known color: Wattle. HEX triplet: D0, C4 and 35. RGB value is (208,196,53). Sum of RGB (Red+Green+Blue) = 208+196+53=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 196 (76.95% from 255 or 42.89% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C435 is #2F3BCA. Grayscale: #B7B7B7. Windows color (decimal): -3095499 or 3523792. OLE color: 3523792.
HSL color Cylindrical-coordinate representation of color #D0C435: hue angle of 55.35º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0C435 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 53 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.18 |
| HSL | 55.35º | 0.62% | 0.51% | - |
| HSV(B) | 55.35º | 0.75% | 0.82% | - |
| XYZ | 46.39 | 53.15 | 11.18 | - |
| YUV | 183.29 | 54.48 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 53 | 0 | 0.06 | 0.75 | 0.18 | 55.35 | 0.62 | 0.51 |
| Hex | D0 | C4 | 35 | 0 | 6 | 4B | 12 | 37 | 3E | 33 |
| Octal | 320 | 304 | 65 | 0 | 6 | 113 | 22 | 67 | 76 | 63 |
| Binary | 11010000 | 11000100 | 110101 | 0 | 110 | 1001011 | 10010 | 110111 | 111110 | 110011 |
Color Harmonies of #D0C435
Complementary color
Monochromatic Colors of #D0C435
Black with #D0C435
Text Example
Text Example
White with #D0C435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C435; }
p { color: rgb(208,196,53); }
H1.HeaderClassName
{
color: #D0C435;
}
.AnyTagClassName
{
color: #D0C435;
}
</style>
background-color css
<style>
a { background-color: #D0C435; }
a { background-color: rgb(208,196,53); }
div.DivClassName
{
background-color: #D0C435;
}
.BgClassName
{
background-color: #D0C435;
}
</style>
border-color css
<style>
span { border-color: #D0C435; }
span { border-color: rgb(208,196,53); }
td.TdClassName
{
border-color: #D0C435;
}
.TagClassName
{
border-color: #D0C435;
}
</style>