Shades of Wattle #D9C53C
Tints of Wattle #D9C53C
RGB
CMYK
RGB Variations
Color information
#D9C53C (or 0xD9C53C) is known color: Wattle. HEX triplet: D9, C5 and 3C. RGB value is (217,197,60). Sum of RGB (Red+Green+Blue) = 217+197+60=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 60 (23.83% from 255 or 12.66% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C53C is #263AC3. Grayscale: #BBBBBB. Windows color (decimal): -2505412 or 3982809. OLE color: 3982809.
HSL color Cylindrical-coordinate representation of color #D9C53C: hue angle of 52.36º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9C53C is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 197 | 60 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.15 |
| HSL | 52.36º | 0.67% | 0.54% | - |
| HSV(B) | 52.36º | 0.72% | 0.85% | - |
| XYZ | 49.4 | 55.01 | 12.29 | - |
| YUV | 187.36 | 56.13 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 197 | 60 | 0 | 0.09 | 0.72 | 0.15 | 52.36 | 0.67 | 0.54 |
| Hex | D9 | C5 | 3C | 0 | 9 | 48 | F | 34 | 43 | 36 |
| Octal | 331 | 305 | 74 | 0 | 11 | 110 | 17 | 64 | 103 | 66 |
| Binary | 11011001 | 11000101 | 111100 | 0 | 1001 | 1001000 | 1111 | 110100 | 1000011 | 110110 |
Color Harmonies of #D9C53C
Complementary color
Monochromatic Colors of #D9C53C
Black with #D9C53C
Text Example
Text Example
White with #D9C53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C53C; }
p { color: rgb(217,197,60); }
H1.HeaderClassName
{
color: #D9C53C;
}
.AnyTagClassName
{
color: #D9C53C;
}
</style>
background-color css
<style>
a { background-color: #D9C53C; }
a { background-color: rgb(217,197,60); }
div.DivClassName
{
background-color: #D9C53C;
}
.BgClassName
{
background-color: #D9C53C;
}
</style>
border-color css
<style>
span { border-color: #D9C53C; }
span { border-color: rgb(217,197,60); }
td.TdClassName
{
border-color: #D9C53C;
}
.TagClassName
{
border-color: #D9C53C;
}
</style>