Shades of Wattle #D0C342
Tints of Wattle #D0C342
RGB
CMYK
RGB Variations
Color information
#D0C342 (or 0xD0C342) is known color: Wattle. HEX triplet: D0, C3 and 42. RGB value is (208,195,66). Sum of RGB (Red+Green+Blue) = 208+195+66=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 195 (76.56% from 255 or 41.58% from 469); Blue value is 66 (26.17% from 255 or 14.07% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C342 is #2F3CBD. Grayscale: #B8B8B8. Windows color (decimal): -3095742 or 4375504. OLE color: 4375504.
HSL color Cylindrical-coordinate representation of color #D0C342: hue angle of 54.51º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0C342 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 195 | 66 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.18 |
| HSL | 54.51º | 0.6% | 0.54% | - |
| HSV(B) | 54.51º | 0.68% | 0.82% | - |
| XYZ | 46.51 | 52.83 | 12.9 | - |
| YUV | 184.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 195 | 66 | 0 | 0.06 | 0.68 | 0.18 | 54.51 | 0.6 | 0.54 |
| Hex | D0 | C3 | 42 | 0 | 6 | 44 | 12 | 37 | 3C | 36 |
| Octal | 320 | 303 | 102 | 0 | 6 | 104 | 22 | 67 | 74 | 66 |
| Binary | 11010000 | 11000011 | 1000010 | 0 | 110 | 1000100 | 10010 | 110111 | 111100 | 110110 |
Color Harmonies of #D0C342
Complementary color
Monochromatic Colors of #D0C342
Black with #D0C342
Text Example
Text Example
White with #D0C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C342; }
p { color: rgb(208,195,66); }
H1.HeaderClassName
{
color: #D0C342;
}
.AnyTagClassName
{
color: #D0C342;
}
</style>
background-color css
<style>
a { background-color: #D0C342; }
a { background-color: rgb(208,195,66); }
div.DivClassName
{
background-color: #D0C342;
}
.BgClassName
{
background-color: #D0C342;
}
</style>
border-color css
<style>
span { border-color: #D0C342; }
span { border-color: rgb(208,195,66); }
td.TdClassName
{
border-color: #D0C342;
}
.TagClassName
{
border-color: #D0C342;
}
</style>