Shades of Wattle #D0CB47
Tints of Wattle #D0CB47
RGB
CMYK
RGB Variations
Color information
#D0CB47 (or 0xD0CB47) is known color: Wattle. HEX triplet: D0, CB and 47. RGB value is (208,203,71). Sum of RGB (Red+Green+Blue) = 208+203+71=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 71 (28.12% from 255 or 14.73% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CB47 is #2F34B8. Grayscale: #BDBDBD. Windows color (decimal): -3093689 or 4705232. OLE color: 4705232.
HSL color Cylindrical-coordinate representation of color #D0CB47: hue angle of 57.81º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0CB47 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 71 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.18 |
| HSL | 57.81º | 0.59% | 0.55% | - |
| HSV(B) | 57.81º | 0.66% | 0.82% | - |
| XYZ | 48.51 | 56.58 | 14.33 | - |
| YUV | 189.45 | 61.16 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 71 | 0 | 0.02 | 0.66 | 0.18 | 57.81 | 0.59 | 0.55 |
| Hex | D0 | CB | 47 | 0 | 2 | 42 | 12 | 3A | 3B | 37 |
| Octal | 320 | 313 | 107 | 0 | 2 | 102 | 22 | 72 | 73 | 67 |
| Binary | 11010000 | 11001011 | 1000111 | 0 | 10 | 1000010 | 10010 | 111010 | 111011 | 110111 |
Color Harmonies of #D0CB47
Complementary color
Monochromatic Colors of #D0CB47
Black with #D0CB47
Text Example
Text Example
White with #D0CB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB47; }
p { color: rgb(208,203,71); }
H1.HeaderClassName
{
color: #D0CB47;
}
.AnyTagClassName
{
color: #D0CB47;
}
</style>
background-color css
<style>
a { background-color: #D0CB47; }
a { background-color: rgb(208,203,71); }
div.DivClassName
{
background-color: #D0CB47;
}
.BgClassName
{
background-color: #D0CB47;
}
</style>
border-color css
<style>
span { border-color: #D0CB47; }
span { border-color: rgb(208,203,71); }
td.TdClassName
{
border-color: #D0CB47;
}
.TagClassName
{
border-color: #D0CB47;
}
</style>