Shades of Wattle #D9C03B
Tints of Wattle #D9C03B
RGB
CMYK
RGB Variations
Color information
#D9C03B (or 0xD9C03B) is known color: Wattle. HEX triplet: D9, C0 and 3B. RGB value is (217,192,59). Sum of RGB (Red+Green+Blue) = 217+192+59=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 59 (23.44% from 255 or 12.61% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9C03B is #263FC4. Grayscale: #B8B8B8. Windows color (decimal): -2506693 or 3915993. OLE color: 3915993.
HSL color Cylindrical-coordinate representation of color #D9C03B: hue angle of 50.51º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9C03B is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 59 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.15 |
| HSL | 50.51º | 0.68% | 0.54% | - |
| HSV(B) | 50.51º | 0.73% | 0.85% | - |
| XYZ | 48.25 | 52.77 | 11.78 | - |
| YUV | 184.31 | 57.28 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 59 | 0 | 0.12 | 0.73 | 0.15 | 50.51 | 0.68 | 0.54 |
| Hex | D9 | C0 | 3B | 0 | C | 49 | F | 33 | 44 | 36 |
| Octal | 331 | 300 | 73 | 0 | 14 | 111 | 17 | 63 | 104 | 66 |
| Binary | 11011001 | 11000000 | 111011 | 0 | 1100 | 1001001 | 1111 | 110011 | 1000100 | 110110 |
Color Harmonies of #D9C03B
Complementary color
Monochromatic Colors of #D9C03B
Black with #D9C03B
Text Example
Text Example
White with #D9C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C03B; }
p { color: rgb(217,192,59); }
H1.HeaderClassName
{
color: #D9C03B;
}
.AnyTagClassName
{
color: #D9C03B;
}
</style>
background-color css
<style>
a { background-color: #D9C03B; }
a { background-color: rgb(217,192,59); }
div.DivClassName
{
background-color: #D9C03B;
}
.BgClassName
{
background-color: #D9C03B;
}
</style>
border-color css
<style>
span { border-color: #D9C03B; }
span { border-color: rgb(217,192,59); }
td.TdClassName
{
border-color: #D9C03B;
}
.TagClassName
{
border-color: #D9C03B;
}
</style>