Shades of Wattle #D9C932
Tints of Wattle #D9C932
RGB
CMYK
RGB Variations
Color information
#D9C932 (or 0xD9C932) is known color: Wattle. HEX triplet: D9, C9 and 32. RGB value is (217,201,50). Sum of RGB (Red+Green+Blue) = 217+201+50=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C932 is #2636CD. Grayscale: #BDBDBD. Windows color (decimal): -2504398 or 3328473. OLE color: 3328473.
HSL color Cylindrical-coordinate representation of color #D9C932: hue angle of 54.25º 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 #D9C932 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 50 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.15 |
| HSL | 54.25º | 0.69% | 0.52% | - |
| HSV(B) | 54.25º | 0.77% | 0.85% | - |
| XYZ | 50.08 | 56.76 | 11.33 | - |
| YUV | 188.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 50 | 0 | 0.07 | 0.77 | 0.15 | 54.25 | 0.69 | 0.52 |
| Hex | D9 | C9 | 32 | 0 | 7 | 4D | F | 36 | 45 | 34 |
| Octal | 331 | 311 | 62 | 0 | 7 | 115 | 17 | 66 | 105 | 64 |
| Binary | 11011001 | 11001001 | 110010 | 0 | 111 | 1001101 | 1111 | 110110 | 1000101 | 110100 |
Color Harmonies of #D9C932
Complementary color
Monochromatic Colors of #D9C932
Black with #D9C932
Text Example
Text Example
White with #D9C932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C932; }
p { color: rgb(217,201,50); }
H1.HeaderClassName
{
color: #D9C932;
}
.AnyTagClassName
{
color: #D9C932;
}
</style>
background-color css
<style>
a { background-color: #D9C932; }
a { background-color: rgb(217,201,50); }
div.DivClassName
{
background-color: #D9C932;
}
.BgClassName
{
background-color: #D9C932;
}
</style>
border-color css
<style>
span { border-color: #D9C932; }
span { border-color: rgb(217,201,50); }
td.TdClassName
{
border-color: #D9C932;
}
.TagClassName
{
border-color: #D9C932;
}
</style>