Shades of Wattle #D9C732
Tints of Wattle #D9C732
RGB
CMYK
RGB Variations
Color information
#D9C732 (or 0xD9C732) is known color: Wattle. HEX triplet: D9, C7 and 32. RGB value is (217,199,50). Sum of RGB (Red+Green+Blue) = 217+199+50=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C732 is #2638CD. Grayscale: #BCBCBC. Windows color (decimal): -2504910 or 3327961. OLE color: 3327961.
HSL color Cylindrical-coordinate representation of color #D9C732: hue angle of 53.53º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9C732 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 199 | 50 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.15 |
| HSL | 53.53º | 0.69% | 0.52% | - |
| HSV(B) | 53.53º | 0.77% | 0.85% | - |
| XYZ | 49.61 | 55.83 | 11.18 | - |
| YUV | 187.4 | 50.46 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 199 | 50 | 0 | 0.08 | 0.77 | 0.15 | 53.53 | 0.69 | 0.52 |
| Hex | D9 | C7 | 32 | 0 | 8 | 4D | F | 36 | 45 | 34 |
| Octal | 331 | 307 | 62 | 0 | 10 | 115 | 17 | 66 | 105 | 64 |
| Binary | 11011001 | 11000111 | 110010 | 0 | 1000 | 1001101 | 1111 | 110110 | 1000101 | 110100 |
Color Harmonies of #D9C732
Complementary color
Monochromatic Colors of #D9C732
Black with #D9C732
Text Example
Text Example
White with #D9C732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C732; }
p { color: rgb(217,199,50); }
H1.HeaderClassName
{
color: #D9C732;
}
.AnyTagClassName
{
color: #D9C732;
}
</style>
background-color css
<style>
a { background-color: #D9C732; }
a { background-color: rgb(217,199,50); }
div.DivClassName
{
background-color: #D9C732;
}
.BgClassName
{
background-color: #D9C732;
}
</style>
border-color css
<style>
span { border-color: #D9C732; }
span { border-color: rgb(217,199,50); }
td.TdClassName
{
border-color: #D9C732;
}
.TagClassName
{
border-color: #D9C732;
}
</style>