Shades of Wattle #D9C434
Tints of Wattle #D9C434
RGB
CMYK
RGB Variations
Color information
#D9C434 (or 0xD9C434) is known color: Wattle. HEX triplet: D9, C4 and 34. RGB value is (217,196,52). Sum of RGB (Red+Green+Blue) = 217+196+52=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C434 is #263BCB. Grayscale: #BABABA. Windows color (decimal): -2505676 or 3458265. OLE color: 3458265.
HSL color Cylindrical-coordinate representation of color #D9C434: hue angle of 52.36º 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 #D9C434 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 196 | 52 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.15 |
| HSL | 52.36º | 0.68% | 0.53% | - |
| HSV(B) | 52.36º | 0.76% | 0.85% | - |
| XYZ | 48.98 | 54.48 | 11.18 | - |
| YUV | 185.86 | 52.46 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 196 | 52 | 0 | 0.10 | 0.76 | 0.15 | 52.36 | 0.68 | 0.53 |
| Hex | D9 | C4 | 34 | 0 | A | 4C | F | 34 | 44 | 35 |
| Octal | 331 | 304 | 64 | 0 | 12 | 114 | 17 | 64 | 104 | 65 |
| Binary | 11011001 | 11000100 | 110100 | 0 | 1010 | 1001100 | 1111 | 110100 | 1000100 | 110101 |
Color Harmonies of #D9C434
Complementary color
Monochromatic Colors of #D9C434
Black with #D9C434
Text Example
Text Example
White with #D9C434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C434; }
p { color: rgb(217,196,52); }
H1.HeaderClassName
{
color: #D9C434;
}
.AnyTagClassName
{
color: #D9C434;
}
</style>
background-color css
<style>
a { background-color: #D9C434; }
a { background-color: rgb(217,196,52); }
div.DivClassName
{
background-color: #D9C434;
}
.BgClassName
{
background-color: #D9C434;
}
</style>
border-color css
<style>
span { border-color: #D9C434; }
span { border-color: rgb(217,196,52); }
td.TdClassName
{
border-color: #D9C434;
}
.TagClassName
{
border-color: #D9C434;
}
</style>