Shades of Wattle #D0C734
Tints of Wattle #D0C734
RGB
CMYK
RGB Variations
Color information
#D0C734 (or 0xD0C734) is known color: Wattle. HEX triplet: D0, C7 and 34. RGB value is (208,199,52). Sum of RGB (Red+Green+Blue) = 208+199+52=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 52 (20.70% from 255 or 11.33% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C734 is #2F38CB. Grayscale: #B9B9B9. Windows color (decimal): -3094732 or 3459024. OLE color: 3459024.
HSL color Cylindrical-coordinate representation of color #D0C734: hue angle of 56.54º 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 #D0C734 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 52 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.18 |
| HSL | 56.54º | 0.62% | 0.51% | - |
| HSV(B) | 56.54º | 0.75% | 0.82% | - |
| XYZ | 47.06 | 54.5 | 11.29 | - |
| YUV | 184.93 | 52.98 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 52 | 0 | 0.04 | 0.75 | 0.18 | 56.54 | 0.62 | 0.51 |
| Hex | D0 | C7 | 34 | 0 | 4 | 4B | 12 | 39 | 3E | 33 |
| Octal | 320 | 307 | 64 | 0 | 4 | 113 | 22 | 71 | 76 | 63 |
| Binary | 11010000 | 11000111 | 110100 | 0 | 100 | 1001011 | 10010 | 111001 | 111110 | 110011 |
Color Harmonies of #D0C734
Complementary color
Monochromatic Colors of #D0C734
Black with #D0C734
Text Example
Text Example
White with #D0C734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C734; }
p { color: rgb(208,199,52); }
H1.HeaderClassName
{
color: #D0C734;
}
.AnyTagClassName
{
color: #D0C734;
}
</style>
background-color css
<style>
a { background-color: #D0C734; }
a { background-color: rgb(208,199,52); }
div.DivClassName
{
background-color: #D0C734;
}
.BgClassName
{
background-color: #D0C734;
}
</style>
border-color css
<style>
span { border-color: #D0C734; }
span { border-color: rgb(208,199,52); }
td.TdClassName
{
border-color: #D0C734;
}
.TagClassName
{
border-color: #D0C734;
}
</style>