Shades of Wattle #D9CC34
Tints of Wattle #D9CC34
RGB
CMYK
RGB Variations
Color information
#D9CC34 (or 0xD9CC34) is known color: Wattle. HEX triplet: D9, CC and 34. RGB value is (217,204,52). Sum of RGB (Red+Green+Blue) = 217+204+52=473 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.88% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CC34 is #2633CB. Grayscale: #BFBFBF. Windows color (decimal): -2503628 or 3460313. OLE color: 3460313.
HSL color Cylindrical-coordinate representation of color #D9CC34: hue angle of 55.27º 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 #D9CC34 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 52 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.15 |
| HSL | 55.27º | 0.68% | 0.53% | - |
| HSV(B) | 55.27º | 0.76% | 0.85% | - |
| XYZ | 50.83 | 58.19 | 11.8 | - |
| YUV | 190.56 | 49.81 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 52 | 0 | 0.06 | 0.76 | 0.15 | 55.27 | 0.68 | 0.53 |
| Hex | D9 | CC | 34 | 0 | 6 | 4C | F | 37 | 44 | 35 |
| Octal | 331 | 314 | 64 | 0 | 6 | 114 | 17 | 67 | 104 | 65 |
| Binary | 11011001 | 11001100 | 110100 | 0 | 110 | 1001100 | 1111 | 110111 | 1000100 | 110101 |
Color Harmonies of #D9CC34
Complementary color
Monochromatic Colors of #D9CC34
Black with #D9CC34
Text Example
Text Example
White with #D9CC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CC34; }
p { color: rgb(217,204,52); }
H1.HeaderClassName
{
color: #D9CC34;
}
.AnyTagClassName
{
color: #D9CC34;
}
</style>
background-color css
<style>
a { background-color: #D9CC34; }
a { background-color: rgb(217,204,52); }
div.DivClassName
{
background-color: #D9CC34;
}
.BgClassName
{
background-color: #D9CC34;
}
</style>
border-color css
<style>
span { border-color: #D9CC34; }
span { border-color: rgb(217,204,52); }
td.TdClassName
{
border-color: #D9CC34;
}
.TagClassName
{
border-color: #D9CC34;
}
</style>