Shades of Wattle #D9CE37
Tints of Wattle #D9CE37
RGB
CMYK
RGB Variations
Color information
#D9CE37 (or 0xD9CE37) is known color: Wattle. HEX triplet: D9, CE and 37. RGB value is (217,206,55). Sum of RGB (Red+Green+Blue) = 217+206+55=478 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.40% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 55 (21.88% from 255 or 11.51% from 478); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CE37 is #2631C8. Grayscale: #C0C0C0. Windows color (decimal): -2503113 or 3657433. OLE color: 3657433.
HSL color Cylindrical-coordinate representation of color #D9CE37: hue angle of 55.93º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9CE37 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 206 | 55 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.15 |
| HSL | 55.93º | 0.68% | 0.53% | - |
| HSV(B) | 55.93º | 0.75% | 0.85% | - |
| XYZ | 51.38 | 59.17 | 12.33 | - |
| YUV | 192.08 | 50.64 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 55 | 0 | 0.05 | 0.75 | 0.15 | 55.93 | 0.68 | 0.53 |
| Hex | D9 | CE | 37 | 0 | 5 | 4B | F | 38 | 44 | 35 |
| Octal | 331 | 316 | 67 | 0 | 5 | 113 | 17 | 70 | 104 | 65 |
| Binary | 11011001 | 11001110 | 110111 | 0 | 101 | 1001011 | 1111 | 111000 | 1000100 | 110101 |
Color Harmonies of #D9CE37
Complementary color
Monochromatic Colors of #D9CE37
Black with #D9CE37
Text Example
Text Example
White with #D9CE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CE37; }
p { color: rgb(217,206,55); }
H1.HeaderClassName
{
color: #D9CE37;
}
.AnyTagClassName
{
color: #D9CE37;
}
</style>
background-color css
<style>
a { background-color: #D9CE37; }
a { background-color: rgb(217,206,55); }
div.DivClassName
{
background-color: #D9CE37;
}
.BgClassName
{
background-color: #D9CE37;
}
</style>
border-color css
<style>
span { border-color: #D9CE37; }
span { border-color: rgb(217,206,55); }
td.TdClassName
{
border-color: #D9CE37;
}
.TagClassName
{
border-color: #D9CE37;
}
</style>