Shades of Wattle #D0C735
Tints of Wattle #D0C735
RGB
CMYK
RGB Variations
Color information
#D0C735 (or 0xD0C735) is known color: Wattle. HEX triplet: D0, C7 and 35. RGB value is (208,199,53). Sum of RGB (Red+Green+Blue) = 208+199+53=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 53 (21.09% from 255 or 11.52% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C735 is #2F38CA. Grayscale: #B9B9B9. Windows color (decimal): -3094731 or 3524560. OLE color: 3524560.
HSL color Cylindrical-coordinate representation of color #D0C735: hue angle of 56.52º 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 #D0C735 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 53 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.18 |
| HSL | 56.52º | 0.62% | 0.51% | - |
| HSV(B) | 56.52º | 0.75% | 0.82% | - |
| XYZ | 47.08 | 54.51 | 11.41 | - |
| YUV | 185.05 | 53.48 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 53 | 0 | 0.04 | 0.75 | 0.18 | 56.52 | 0.62 | 0.51 |
| Hex | D0 | C7 | 35 | 0 | 4 | 4B | 12 | 39 | 3E | 33 |
| Octal | 320 | 307 | 65 | 0 | 4 | 113 | 22 | 71 | 76 | 63 |
| Binary | 11010000 | 11000111 | 110101 | 0 | 100 | 1001011 | 10010 | 111001 | 111110 | 110011 |
Color Harmonies of #D0C735
Complementary color
Monochromatic Colors of #D0C735
Black with #D0C735
Text Example
Text Example
White with #D0C735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C735; }
p { color: rgb(208,199,53); }
H1.HeaderClassName
{
color: #D0C735;
}
.AnyTagClassName
{
color: #D0C735;
}
</style>
background-color css
<style>
a { background-color: #D0C735; }
a { background-color: rgb(208,199,53); }
div.DivClassName
{
background-color: #D0C735;
}
.BgClassName
{
background-color: #D0C735;
}
</style>
border-color css
<style>
span { border-color: #D0C735; }
span { border-color: rgb(208,199,53); }
td.TdClassName
{
border-color: #D0C735;
}
.TagClassName
{
border-color: #D0C735;
}
</style>