Shades of Wattle #D9CC42
Tints of Wattle #D9CC42
RGB
CMYK
RGB Variations
Color information
#D9CC42 (or 0xD9CC42) is known color: Wattle. HEX triplet: D9, CC and 42. RGB value is (217,204,66). Sum of RGB (Red+Green+Blue) = 217+204+66=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 66 (26.17% from 255 or 13.55% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CC42 is #2633BD. Grayscale: #C0C0C0. Windows color (decimal): -2503614 or 4377817. OLE color: 4377817.
HSL color Cylindrical-coordinate representation of color #D9CC42: hue angle of 54.83º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9CC42 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 66 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.15 |
| HSL | 54.83º | 0.67% | 0.55% | - |
| HSV(B) | 54.83º | 0.7% | 0.85% | - |
| XYZ | 51.19 | 58.33 | 13.72 | - |
| YUV | 192.16 | 56.81 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 66 | 0 | 0.06 | 0.70 | 0.15 | 54.83 | 0.67 | 0.55 |
| Hex | D9 | CC | 42 | 0 | 6 | 46 | F | 37 | 43 | 37 |
| Octal | 331 | 314 | 102 | 0 | 6 | 106 | 17 | 67 | 103 | 67 |
| Binary | 11011001 | 11001100 | 1000010 | 0 | 110 | 1000110 | 1111 | 110111 | 1000011 | 110111 |
Color Harmonies of #D9CC42
Complementary color
Monochromatic Colors of #D9CC42
Black with #D9CC42
Text Example
Text Example
White with #D9CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CC42; }
p { color: rgb(217,204,66); }
H1.HeaderClassName
{
color: #D9CC42;
}
.AnyTagClassName
{
color: #D9CC42;
}
</style>
background-color css
<style>
a { background-color: #D9CC42; }
a { background-color: rgb(217,204,66); }
div.DivClassName
{
background-color: #D9CC42;
}
.BgClassName
{
background-color: #D9CC42;
}
</style>
border-color css
<style>
span { border-color: #D9CC42; }
span { border-color: rgb(217,204,66); }
td.TdClassName
{
border-color: #D9CC42;
}
.TagClassName
{
border-color: #D9CC42;
}
</style>