Shades of Wattle #D9D33C
Tints of Wattle #D9D33C
RGB
CMYK
RGB Variations
Color information
#D9D33C (or 0xD9D33C) is known color: Wattle. HEX triplet: D9, D3 and 3C. RGB value is (217,211,60). Sum of RGB (Red+Green+Blue) = 217+211+60=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D33C is #262CC3. Grayscale: #C4C4C4. Windows color (decimal): -2501828 or 3986393. OLE color: 3986393.
HSL color Cylindrical-coordinate representation of color #D9D33C: hue angle of 57.71º 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 #D9D33C is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 211 | 60 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.15 |
| HSL | 57.71º | 0.67% | 0.54% | - |
| HSV(B) | 57.71º | 0.72% | 0.85% | - |
| XYZ | 52.73 | 61.67 | 13.4 | - |
| YUV | 195.58 | 51.49 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 211 | 60 | 0 | 0.03 | 0.72 | 0.15 | 57.71 | 0.67 | 0.54 |
| Hex | D9 | D3 | 3C | 0 | 3 | 48 | F | 3A | 43 | 36 |
| Octal | 331 | 323 | 74 | 0 | 3 | 110 | 17 | 72 | 103 | 66 |
| Binary | 11011001 | 11010011 | 111100 | 0 | 11 | 1001000 | 1111 | 111010 | 1000011 | 110110 |
Color Harmonies of #D9D33C
Complementary color
Monochromatic Colors of #D9D33C
Black with #D9D33C
Text Example
Text Example
White with #D9D33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D33C; }
p { color: rgb(217,211,60); }
H1.HeaderClassName
{
color: #D9D33C;
}
.AnyTagClassName
{
color: #D9D33C;
}
</style>
background-color css
<style>
a { background-color: #D9D33C; }
a { background-color: rgb(217,211,60); }
div.DivClassName
{
background-color: #D9D33C;
}
.BgClassName
{
background-color: #D9D33C;
}
</style>
border-color css
<style>
span { border-color: #D9D33C; }
span { border-color: rgb(217,211,60); }
td.TdClassName
{
border-color: #D9D33C;
}
.TagClassName
{
border-color: #D9D33C;
}
</style>