Shades of Wattle #D0CE3B
Tints of Wattle #D0CE3B
RGB
CMYK
RGB Variations
Color information
#D0CE3B (or 0xD0CE3B) is known color: Wattle. HEX triplet: D0, CE and 3B. RGB value is (208,206,59). Sum of RGB (Red+Green+Blue) = 208+206+59=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 59 (23.44% from 255 or 12.47% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CE3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CE3B is #2F31C4. Grayscale: #BEBEBE. Windows color (decimal): -3092933 or 3919568. OLE color: 3919568.
HSL color Cylindrical-coordinate representation of color #D0CE3B: hue angle of 59.19º 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 #D0CE3B is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 206 | 59 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.18 |
| HSL | 59.19º | 0.61% | 0.52% | - |
| HSV(B) | 59.19º | 0.72% | 0.82% | - |
| XYZ | 48.87 | 57.87 | 12.73 | - |
| YUV | 189.84 | 54.16 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 206 | 59 | 0 | 0.01 | 0.72 | 0.18 | 59.19 | 0.61 | 0.52 |
| Hex | D0 | CE | 3B | 0 | 1 | 48 | 12 | 3B | 3D | 34 |
| Octal | 320 | 316 | 73 | 0 | 1 | 110 | 22 | 73 | 75 | 64 |
| Binary | 11010000 | 11001110 | 111011 | 0 | 1 | 1001000 | 10010 | 111011 | 111101 | 110100 |
Color Harmonies of #D0CE3B
Complementary color
Monochromatic Colors of #D0CE3B
Black with #D0CE3B
Text Example
Text Example
White with #D0CE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CE3B; }
p { color: rgb(208,206,59); }
H1.HeaderClassName
{
color: #D0CE3B;
}
.AnyTagClassName
{
color: #D0CE3B;
}
</style>
background-color css
<style>
a { background-color: #D0CE3B; }
a { background-color: rgb(208,206,59); }
div.DivClassName
{
background-color: #D0CE3B;
}
.BgClassName
{
background-color: #D0CE3B;
}
</style>
border-color css
<style>
span { border-color: #D0CE3B; }
span { border-color: rgb(208,206,59); }
td.TdClassName
{
border-color: #D0CE3B;
}
.TagClassName
{
border-color: #D0CE3B;
}
</style>