Shades of Wattle #D0CB33
Tints of Wattle #D0CB33
RGB
CMYK
RGB Variations
Color information
#D0CB33 (or 0xD0CB33) is known color: Wattle. HEX triplet: D0, CB and 33. RGB value is (208,203,51). Sum of RGB (Red+Green+Blue) = 208+203+51=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 51 (20.31% from 255 or 11.04% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CB33 is #2F34CC. Grayscale: #BBBBBB. Windows color (decimal): -3093709 or 3394512. OLE color: 3394512.
HSL color Cylindrical-coordinate representation of color #D0CB33: hue angle of 58.09º degrees, saturation: 0.63, 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 #D0CB33 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 51 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.18 |
| HSL | 58.09º | 0.63% | 0.51% | - |
| HSV(B) | 58.09º | 0.75% | 0.82% | - |
| XYZ | 47.97 | 56.36 | 11.48 | - |
| YUV | 187.17 | 51.16 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 51 | 0 | 0.02 | 0.75 | 0.18 | 58.09 | 0.63 | 0.51 |
| Hex | D0 | CB | 33 | 0 | 2 | 4B | 12 | 3A | 3F | 33 |
| Octal | 320 | 313 | 63 | 0 | 2 | 113 | 22 | 72 | 77 | 63 |
| Binary | 11010000 | 11001011 | 110011 | 0 | 10 | 1001011 | 10010 | 111010 | 111111 | 110011 |
Color Harmonies of #D0CB33
Complementary color
Monochromatic Colors of #D0CB33
Black with #D0CB33
Text Example
Text Example
White with #D0CB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB33; }
p { color: rgb(208,203,51); }
H1.HeaderClassName
{
color: #D0CB33;
}
.AnyTagClassName
{
color: #D0CB33;
}
</style>
background-color css
<style>
a { background-color: #D0CB33; }
a { background-color: rgb(208,203,51); }
div.DivClassName
{
background-color: #D0CB33;
}
.BgClassName
{
background-color: #D0CB33;
}
</style>
border-color css
<style>
span { border-color: #D0CB33; }
span { border-color: rgb(208,203,51); }
td.TdClassName
{
border-color: #D0CB33;
}
.TagClassName
{
border-color: #D0CB33;
}
</style>