Shades of Wattle #D0CB34
Tints of Wattle #D0CB34
RGB
CMYK
RGB Variations
Color information
#D0CB34 (or 0xD0CB34) is known color: Wattle. HEX triplet: D0, CB and 34. RGB value is (208,203,52). Sum of RGB (Red+Green+Blue) = 208+203+52=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CB34 is #2F34CB. Grayscale: #BBBBBB. Windows color (decimal): -3093708 or 3460048. OLE color: 3460048.
HSL color Cylindrical-coordinate representation of color #D0CB34: hue angle of 58.08º 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 #D0CB34 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 52 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.18 |
| HSL | 58.08º | 0.62% | 0.51% | - |
| HSV(B) | 58.08º | 0.75% | 0.82% | - |
| XYZ | 47.99 | 56.37 | 11.6 | - |
| YUV | 187.28 | 51.66 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 52 | 0 | 0.02 | 0.75 | 0.18 | 58.08 | 0.62 | 0.51 |
| Hex | D0 | CB | 34 | 0 | 2 | 4B | 12 | 3A | 3E | 33 |
| Octal | 320 | 313 | 64 | 0 | 2 | 113 | 22 | 72 | 76 | 63 |
| Binary | 11010000 | 11001011 | 110100 | 0 | 10 | 1001011 | 10010 | 111010 | 111110 | 110011 |
Color Harmonies of #D0CB34
Complementary color
Monochromatic Colors of #D0CB34
Black with #D0CB34
Text Example
Text Example
White with #D0CB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB34; }
p { color: rgb(208,203,52); }
H1.HeaderClassName
{
color: #D0CB34;
}
.AnyTagClassName
{
color: #D0CB34;
}
</style>
background-color css
<style>
a { background-color: #D0CB34; }
a { background-color: rgb(208,203,52); }
div.DivClassName
{
background-color: #D0CB34;
}
.BgClassName
{
background-color: #D0CB34;
}
</style>
border-color css
<style>
span { border-color: #D0CB34; }
span { border-color: rgb(208,203,52); }
td.TdClassName
{
border-color: #D0CB34;
}
.TagClassName
{
border-color: #D0CB34;
}
</style>