Shades of Wattle #D0CB45
Tints of Wattle #D0CB45
RGB
CMYK
RGB Variations
Color information
#D0CB45 (or 0xD0CB45) is known color: Wattle. HEX triplet: D0, CB and 45. RGB value is (208,203,69). Sum of RGB (Red+Green+Blue) = 208+203+69=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 69 (27.34% from 255 or 14.38% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CB45 is #2F34BA. Grayscale: #BDBDBD. Windows color (decimal): -3093691 or 4574160. OLE color: 4574160.
HSL color Cylindrical-coordinate representation of color #D0CB45: hue angle of 57.84º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0CB45 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 69 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.18 |
| HSL | 57.84º | 0.6% | 0.54% | - |
| HSV(B) | 57.84º | 0.67% | 0.82% | - |
| XYZ | 48.44 | 56.55 | 13.99 | - |
| YUV | 189.22 | 60.16 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 69 | 0 | 0.02 | 0.67 | 0.18 | 57.84 | 0.6 | 0.54 |
| Hex | D0 | CB | 45 | 0 | 2 | 43 | 12 | 3A | 3C | 36 |
| Octal | 320 | 313 | 105 | 0 | 2 | 103 | 22 | 72 | 74 | 66 |
| Binary | 11010000 | 11001011 | 1000101 | 0 | 10 | 1000011 | 10010 | 111010 | 111100 | 110110 |
Color Harmonies of #D0CB45
Complementary color
Monochromatic Colors of #D0CB45
Black with #D0CB45
Text Example
Text Example
White with #D0CB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB45; }
p { color: rgb(208,203,69); }
H1.HeaderClassName
{
color: #D0CB45;
}
.AnyTagClassName
{
color: #D0CB45;
}
</style>
background-color css
<style>
a { background-color: #D0CB45; }
a { background-color: rgb(208,203,69); }
div.DivClassName
{
background-color: #D0CB45;
}
.BgClassName
{
background-color: #D0CB45;
}
</style>
border-color css
<style>
span { border-color: #D0CB45; }
span { border-color: rgb(208,203,69); }
td.TdClassName
{
border-color: #D0CB45;
}
.TagClassName
{
border-color: #D0CB45;
}
</style>