Shades of Wattle #D0CB3A
Tints of Wattle #D0CB3A
RGB
CMYK
RGB Variations
Color information
#D0CB3A (or 0xD0CB3A) is known color: Wattle. HEX triplet: D0, CB and 3A. RGB value is (208,203,58). Sum of RGB (Red+Green+Blue) = 208+203+58=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 58 (23.05% from 255 or 12.37% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CB3A is #2F34C5. Grayscale: #BCBCBC. Windows color (decimal): -3093702 or 3853264. OLE color: 3853264.
HSL color Cylindrical-coordinate representation of color #D0CB3A: hue angle of 58º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0CB3A is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 58 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.18 |
| HSL | 58º | 0.61% | 0.52% | - |
| HSV(B) | 58º | 0.72% | 0.82% | - |
| XYZ | 48.13 | 56.43 | 12.36 | - |
| YUV | 187.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 58 | 0 | 0.02 | 0.72 | 0.18 | 58 | 0.61 | 0.52 |
| Hex | D0 | CB | 3A | 0 | 2 | 48 | 12 | 3A | 3D | 34 |
| Octal | 320 | 313 | 72 | 0 | 2 | 110 | 22 | 72 | 75 | 64 |
| Binary | 11010000 | 11001011 | 111010 | 0 | 10 | 1001000 | 10010 | 111010 | 111101 | 110100 |
Color Harmonies of #D0CB3A
Complementary color
Monochromatic Colors of #D0CB3A
Black with #D0CB3A
Text Example
Text Example
White with #D0CB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB3A; }
p { color: rgb(208,203,58); }
H1.HeaderClassName
{
color: #D0CB3A;
}
.AnyTagClassName
{
color: #D0CB3A;
}
</style>
background-color css
<style>
a { background-color: #D0CB3A; }
a { background-color: rgb(208,203,58); }
div.DivClassName
{
background-color: #D0CB3A;
}
.BgClassName
{
background-color: #D0CB3A;
}
</style>
border-color css
<style>
span { border-color: #D0CB3A; }
span { border-color: rgb(208,203,58); }
td.TdClassName
{
border-color: #D0CB3A;
}
.TagClassName
{
border-color: #D0CB3A;
}
</style>