Shades of Wattle #D9CC33
Tints of Wattle #D9CC33
RGB
CMYK
RGB Variations
Color information
#D9CC33 (or 0xD9CC33) is known color: Wattle. HEX triplet: D9, CC and 33. RGB value is (217,204,51). Sum of RGB (Red+Green+Blue) = 217+204+51=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 51 (20.31% from 255 or 10.81% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CC33 is #2633CC. Grayscale: #BFBFBF. Windows color (decimal): -2503629 or 3394777. OLE color: 3394777.
HSL color Cylindrical-coordinate representation of color #D9CC33: hue angle of 55.3º degrees, saturation: 0.69, 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 #D9CC33 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 51 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.15 |
| HSL | 55.3º | 0.69% | 0.53% | - |
| HSV(B) | 55.3º | 0.76% | 0.85% | - |
| XYZ | 50.81 | 58.18 | 11.68 | - |
| YUV | 190.45 | 49.31 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 51 | 0 | 0.06 | 0.76 | 0.15 | 55.3 | 0.69 | 0.53 |
| Hex | D9 | CC | 33 | 0 | 6 | 4C | F | 37 | 45 | 35 |
| Octal | 331 | 314 | 63 | 0 | 6 | 114 | 17 | 67 | 105 | 65 |
| Binary | 11011001 | 11001100 | 110011 | 0 | 110 | 1001100 | 1111 | 110111 | 1000101 | 110101 |
Color Harmonies of #D9CC33
Complementary color
Monochromatic Colors of #D9CC33
Black with #D9CC33
Text Example
Text Example
White with #D9CC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CC33; }
p { color: rgb(217,204,51); }
H1.HeaderClassName
{
color: #D9CC33;
}
.AnyTagClassName
{
color: #D9CC33;
}
</style>
background-color css
<style>
a { background-color: #D9CC33; }
a { background-color: rgb(217,204,51); }
div.DivClassName
{
background-color: #D9CC33;
}
.BgClassName
{
background-color: #D9CC33;
}
</style>
border-color css
<style>
span { border-color: #D9CC33; }
span { border-color: rgb(217,204,51); }
td.TdClassName
{
border-color: #D9CC33;
}
.TagClassName
{
border-color: #D9CC33;
}
</style>