Shades of Wattle #D9C735
Tints of Wattle #D9C735
RGB
CMYK
RGB Variations
Color information
#D9C735 (or 0xD9C735) is known color: Wattle. HEX triplet: D9, C7 and 35. RGB value is (217,199,53). Sum of RGB (Red+Green+Blue) = 217+199+53=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 53 (21.09% from 255 or 11.30% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C735 is #2638CA. Grayscale: #BCBCBC. Windows color (decimal): -2504907 or 3524569. OLE color: 3524569.
HSL color Cylindrical-coordinate representation of color #D9C735: hue angle of 53.41º 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 #D9C735 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 53 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.15 |
| HSL | 53.41º | 0.68% | 0.53% | - |
| HSV(B) | 53.41º | 0.76% | 0.85% | - |
| XYZ | 49.68 | 55.86 | 11.53 | - |
| YUV | 187.74 | 51.96 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 53 | 0 | 0.08 | 0.76 | 0.15 | 53.41 | 0.68 | 0.53 |
| Hex | D9 | C7 | 35 | 0 | 8 | 4C | F | 35 | 44 | 35 |
| Octal | 331 | 307 | 65 | 0 | 10 | 114 | 17 | 65 | 104 | 65 |
| Binary | 11011001 | 11000111 | 110101 | 0 | 1000 | 1001100 | 1111 | 110101 | 1000100 | 110101 |
Color Harmonies of #D9C735
Complementary color
Monochromatic Colors of #D9C735
Black with #D9C735
Text Example
Text Example
White with #D9C735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C735; }
p { color: rgb(217,199,53); }
H1.HeaderClassName
{
color: #D9C735;
}
.AnyTagClassName
{
color: #D9C735;
}
</style>
background-color css
<style>
a { background-color: #D9C735; }
a { background-color: rgb(217,199,53); }
div.DivClassName
{
background-color: #D9C735;
}
.BgClassName
{
background-color: #D9C735;
}
</style>
border-color css
<style>
span { border-color: #D9C735; }
span { border-color: rgb(217,199,53); }
td.TdClassName
{
border-color: #D9C735;
}
.TagClassName
{
border-color: #D9C735;
}
</style>