Shades of Wattle #D9C935
Tints of Wattle #D9C935
RGB
CMYK
RGB Variations
Color information
#D9C935 (or 0xD9C935) is known color: Wattle. HEX triplet: D9, C9 and 35. RGB value is (217,201,53). Sum of RGB (Red+Green+Blue) = 217+201+53=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 201 (78.91% from 255 or 42.68% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C935 is #2636CA. Grayscale: #BDBDBD. Windows color (decimal): -2504395 or 3525081. OLE color: 3525081.
HSL color Cylindrical-coordinate representation of color #D9C935: hue angle of 54.15º 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 #D9C935 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 53 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.15 |
| HSL | 54.15º | 0.68% | 0.53% | - |
| HSV(B) | 54.15º | 0.76% | 0.85% | - |
| XYZ | 50.14 | 56.78 | 11.69 | - |
| YUV | 188.91 | 51.3 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 53 | 0 | 0.07 | 0.76 | 0.15 | 54.15 | 0.68 | 0.53 |
| Hex | D9 | C9 | 35 | 0 | 7 | 4C | F | 36 | 44 | 35 |
| Octal | 331 | 311 | 65 | 0 | 7 | 114 | 17 | 66 | 104 | 65 |
| Binary | 11011001 | 11001001 | 110101 | 0 | 111 | 1001100 | 1111 | 110110 | 1000100 | 110101 |
Color Harmonies of #D9C935
Complementary color
Monochromatic Colors of #D9C935
Black with #D9C935
Text Example
Text Example
White with #D9C935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C935; }
p { color: rgb(217,201,53); }
H1.HeaderClassName
{
color: #D9C935;
}
.AnyTagClassName
{
color: #D9C935;
}
</style>
background-color css
<style>
a { background-color: #D9C935; }
a { background-color: rgb(217,201,53); }
div.DivClassName
{
background-color: #D9C935;
}
.BgClassName
{
background-color: #D9C935;
}
</style>
border-color css
<style>
span { border-color: #D9C935; }
span { border-color: rgb(217,201,53); }
td.TdClassName
{
border-color: #D9C935;
}
.TagClassName
{
border-color: #D9C935;
}
</style>