Shades of Wattle #D0CB3D
Tints of Wattle #D0CB3D
RGB
CMYK
RGB Variations
Color information
#D0CB3D (or 0xD0CB3D) is known color: Wattle. HEX triplet: D0, CB and 3D. RGB value is (208,203,61). Sum of RGB (Red+Green+Blue) = 208+203+61=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CB3D is #2F34C2. Grayscale: #BCBCBC. Windows color (decimal): -3093699 or 4049872. OLE color: 4049872.
HSL color Cylindrical-coordinate representation of color #D0CB3D: hue angle of 57.96º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0CB3D is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 61 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.18 |
| HSL | 57.96º | 0.61% | 0.53% | - |
| HSV(B) | 57.96º | 0.71% | 0.82% | - |
| XYZ | 48.21 | 56.46 | 12.77 | - |
| YUV | 188.31 | 56.16 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 61 | 0 | 0.02 | 0.71 | 0.18 | 57.96 | 0.61 | 0.53 |
| Hex | D0 | CB | 3D | 0 | 2 | 47 | 12 | 3A | 3D | 35 |
| Octal | 320 | 313 | 75 | 0 | 2 | 107 | 22 | 72 | 75 | 65 |
| Binary | 11010000 | 11001011 | 111101 | 0 | 10 | 1000111 | 10010 | 111010 | 111101 | 110101 |
Color Harmonies of #D0CB3D
Complementary color
Monochromatic Colors of #D0CB3D
Black with #D0CB3D
Text Example
Text Example
White with #D0CB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB3D; }
p { color: rgb(208,203,61); }
H1.HeaderClassName
{
color: #D0CB3D;
}
.AnyTagClassName
{
color: #D0CB3D;
}
</style>
background-color css
<style>
a { background-color: #D0CB3D; }
a { background-color: rgb(208,203,61); }
div.DivClassName
{
background-color: #D0CB3D;
}
.BgClassName
{
background-color: #D0CB3D;
}
</style>
border-color css
<style>
span { border-color: #D0CB3D; }
span { border-color: rgb(208,203,61); }
td.TdClassName
{
border-color: #D0CB3D;
}
.TagClassName
{
border-color: #D0CB3D;
}
</style>