Shades of Wattle #D0CB3C
Tints of Wattle #D0CB3C
RGB
CMYK
RGB Variations
Color information
#D0CB3C (or 0xD0CB3C) is known color: Wattle. HEX triplet: D0, CB and 3C. RGB value is (208,203,60). Sum of RGB (Red+Green+Blue) = 208+203+60=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CB3C is #2F34C3. Grayscale: #BCBCBC. Windows color (decimal): -3093700 or 3984336. OLE color: 3984336.
HSL color Cylindrical-coordinate representation of color #D0CB3C: hue angle of 57.97º 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 #D0CB3C is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 203 | 60 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.18 |
| HSL | 57.97º | 0.61% | 0.53% | - |
| HSV(B) | 57.97º | 0.71% | 0.82% | - |
| XYZ | 48.18 | 56.45 | 12.63 | - |
| YUV | 188.19 | 55.66 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 203 | 60 | 0 | 0.02 | 0.71 | 0.18 | 57.97 | 0.61 | 0.53 |
| Hex | D0 | CB | 3C | 0 | 2 | 47 | 12 | 3A | 3D | 35 |
| Octal | 320 | 313 | 74 | 0 | 2 | 107 | 22 | 72 | 75 | 65 |
| Binary | 11010000 | 11001011 | 111100 | 0 | 10 | 1000111 | 10010 | 111010 | 111101 | 110101 |
Color Harmonies of #D0CB3C
Complementary color
Monochromatic Colors of #D0CB3C
Black with #D0CB3C
Text Example
Text Example
White with #D0CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CB3C; }
p { color: rgb(208,203,60); }
H1.HeaderClassName
{
color: #D0CB3C;
}
.AnyTagClassName
{
color: #D0CB3C;
}
</style>
background-color css
<style>
a { background-color: #D0CB3C; }
a { background-color: rgb(208,203,60); }
div.DivClassName
{
background-color: #D0CB3C;
}
.BgClassName
{
background-color: #D0CB3C;
}
</style>
border-color css
<style>
span { border-color: #D0CB3C; }
span { border-color: rgb(208,203,60); }
td.TdClassName
{
border-color: #D0CB3C;
}
.TagClassName
{
border-color: #D0CB3C;
}
</style>