Shades of Wattle #D9CC3E
Tints of Wattle #D9CC3E
RGB
CMYK
RGB Variations
Color information
#D9CC3E (or 0xD9CC3E) is known color: Wattle. HEX triplet: D9, CC and 3E. RGB value is (217,204,62). Sum of RGB (Red+Green+Blue) = 217+204+62=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 62 (24.61% from 255 or 12.84% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CC3E is #2633C1. Grayscale: #C0C0C0. Windows color (decimal): -2503618 or 4115673. OLE color: 4115673.
HSL color Cylindrical-coordinate representation of color #D9CC3E: hue angle of 54.97º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9CC3E is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 204 | 62 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.15 |
| HSL | 54.97º | 0.67% | 0.55% | - |
| HSV(B) | 54.97º | 0.71% | 0.85% | - |
| XYZ | 51.08 | 58.29 | 13.12 | - |
| YUV | 191.7 | 54.81 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 204 | 62 | 0 | 0.06 | 0.71 | 0.15 | 54.97 | 0.67 | 0.55 |
| Hex | D9 | CC | 3E | 0 | 6 | 47 | F | 37 | 43 | 37 |
| Octal | 331 | 314 | 76 | 0 | 6 | 107 | 17 | 67 | 103 | 67 |
| Binary | 11011001 | 11001100 | 111110 | 0 | 110 | 1000111 | 1111 | 110111 | 1000011 | 110111 |
Color Harmonies of #D9CC3E
Complementary color
Monochromatic Colors of #D9CC3E
Black with #D9CC3E
Text Example
Text Example
White with #D9CC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CC3E; }
p { color: rgb(217,204,62); }
H1.HeaderClassName
{
color: #D9CC3E;
}
.AnyTagClassName
{
color: #D9CC3E;
}
</style>
background-color css
<style>
a { background-color: #D9CC3E; }
a { background-color: rgb(217,204,62); }
div.DivClassName
{
background-color: #D9CC3E;
}
.BgClassName
{
background-color: #D9CC3E;
}
</style>
border-color css
<style>
span { border-color: #D9CC3E; }
span { border-color: rgb(217,204,62); }
td.TdClassName
{
border-color: #D9CC3E;
}
.TagClassName
{
border-color: #D9CC3E;
}
</style>