Shades of Wattle #D6CC45
Tints of Wattle #D6CC45
RGB
CMYK
RGB Variations
Color information
#D6CC45 (or 0xD6CC45) is known color: Wattle. HEX triplet: D6, CC and 45. RGB value is (214,204,69). Sum of RGB (Red+Green+Blue) = 214+204+69=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CC45 is #2933BA. Grayscale: #C0C0C0. Windows color (decimal): -2700219 or 4574422. OLE color: 4574422.
HSL color Cylindrical-coordinate representation of color #D6CC45: hue angle of 55.86º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6CC45 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 204 | 69 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.16 |
| HSL | 55.86º | 0.64% | 0.55% | - |
| HSV(B) | 55.86º | 0.68% | 0.84% | - |
| XYZ | 50.4 | 57.91 | 14.15 | - |
| YUV | 191.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 69 | 0 | 0.05 | 0.68 | 0.16 | 55.86 | 0.64 | 0.55 |
| Hex | D6 | CC | 45 | 0 | 5 | 44 | 10 | 38 | 40 | 37 |
| Octal | 326 | 314 | 105 | 0 | 5 | 104 | 20 | 70 | 100 | 67 |
| Binary | 11010110 | 11001100 | 1000101 | 0 | 101 | 1000100 | 10000 | 111000 | 1000000 | 110111 |
Color Harmonies of #D6CC45
Complementary color
Monochromatic Colors of #D6CC45
Black with #D6CC45
Text Example
Text Example
White with #D6CC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CC45; }
p { color: rgb(214,204,69); }
H1.HeaderClassName
{
color: #D6CC45;
}
.AnyTagClassName
{
color: #D6CC45;
}
</style>
background-color css
<style>
a { background-color: #D6CC45; }
a { background-color: rgb(214,204,69); }
div.DivClassName
{
background-color: #D6CC45;
}
.BgClassName
{
background-color: #D6CC45;
}
</style>
border-color css
<style>
span { border-color: #D6CC45; }
span { border-color: rgb(214,204,69); }
td.TdClassName
{
border-color: #D6CC45;
}
.TagClassName
{
border-color: #D6CC45;
}
</style>