Shades of Wattle #D9CE35
Tints of Wattle #D9CE35
RGB
CMYK
RGB Variations
Color information
#D9CE35 (or 0xD9CE35) is known color: Wattle. HEX triplet: D9, CE and 35. RGB value is (217,206,53). Sum of RGB (Red+Green+Blue) = 217+206+53=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 53 (21.09% from 255 or 11.13% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CE35 is #2631CA. Grayscale: #C0C0C0. Windows color (decimal): -2503115 or 3526361. OLE color: 3526361.
HSL color Cylindrical-coordinate representation of color #D9CE35: hue angle of 55.98º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D9CE35 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 206 | 53 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.15 |
| HSL | 55.98º | 0.68% | 0.53% | - |
| HSV(B) | 55.98º | 0.76% | 0.85% | - |
| XYZ | 51.33 | 59.15 | 12.08 | - |
| YUV | 191.85 | 49.64 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 53 | 0 | 0.05 | 0.76 | 0.15 | 55.98 | 0.68 | 0.53 |
| Hex | D9 | CE | 35 | 0 | 5 | 4C | F | 38 | 44 | 35 |
| Octal | 331 | 316 | 65 | 0 | 5 | 114 | 17 | 70 | 104 | 65 |
| Binary | 11011001 | 11001110 | 110101 | 0 | 101 | 1001100 | 1111 | 111000 | 1000100 | 110101 |
Color Harmonies of #D9CE35
Complementary color
Monochromatic Colors of #D9CE35
Black with #D9CE35
Text Example
Text Example
White with #D9CE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CE35; }
p { color: rgb(217,206,53); }
H1.HeaderClassName
{
color: #D9CE35;
}
.AnyTagClassName
{
color: #D9CE35;
}
</style>
background-color css
<style>
a { background-color: #D9CE35; }
a { background-color: rgb(217,206,53); }
div.DivClassName
{
background-color: #D9CE35;
}
.BgClassName
{
background-color: #D9CE35;
}
</style>
border-color css
<style>
span { border-color: #D9CE35; }
span { border-color: rgb(217,206,53); }
td.TdClassName
{
border-color: #D9CE35;
}
.TagClassName
{
border-color: #D9CE35;
}
</style>