Shades of Wattle #D9CE3B
Tints of Wattle #D9CE3B
RGB
CMYK
RGB Variations
Color information
#D9CE3B (or 0xD9CE3B) is known color: Wattle. HEX triplet: D9, CE and 3B. RGB value is (217,206,59). Sum of RGB (Red+Green+Blue) = 217+206+59=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 59 (23.44% from 255 or 12.24% from 482); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CE3B is #2631C4. Grayscale: #C1C1C1. Windows color (decimal): -2503109 or 3919577. OLE color: 3919577.
HSL color Cylindrical-coordinate representation of color #D9CE3B: hue angle of 55.82º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9CE3B is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 206 | 59 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.15 |
| HSL | 55.82º | 0.68% | 0.54% | - |
| HSV(B) | 55.82º | 0.73% | 0.85% | - |
| XYZ | 51.48 | 59.21 | 12.85 | - |
| YUV | 192.53 | 52.64 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 59 | 0 | 0.05 | 0.73 | 0.15 | 55.82 | 0.68 | 0.54 |
| Hex | D9 | CE | 3B | 0 | 5 | 49 | F | 38 | 44 | 36 |
| Octal | 331 | 316 | 73 | 0 | 5 | 111 | 17 | 70 | 104 | 66 |
| Binary | 11011001 | 11001110 | 111011 | 0 | 101 | 1001001 | 1111 | 111000 | 1000100 | 110110 |
Color Harmonies of #D9CE3B
Complementary color
Monochromatic Colors of #D9CE3B
Black with #D9CE3B
Text Example
Text Example
White with #D9CE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CE3B; }
p { color: rgb(217,206,59); }
H1.HeaderClassName
{
color: #D9CE3B;
}
.AnyTagClassName
{
color: #D9CE3B;
}
</style>
background-color css
<style>
a { background-color: #D9CE3B; }
a { background-color: rgb(217,206,59); }
div.DivClassName
{
background-color: #D9CE3B;
}
.BgClassName
{
background-color: #D9CE3B;
}
</style>
border-color css
<style>
span { border-color: #D9CE3B; }
span { border-color: rgb(217,206,59); }
td.TdClassName
{
border-color: #D9CE3B;
}
.TagClassName
{
border-color: #D9CE3B;
}
</style>