Shades of Wattle #D7CC44
Tints of Wattle #D7CC44
RGB
CMYK
RGB Variations
Color information
#D7CC44 (or 0xD7CC44) is known color: Wattle. HEX triplet: D7, CC and 44. RGB value is (215,204,68). Sum of RGB (Red+Green+Blue) = 215+204+68=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 68 (26.95% from 255 or 13.96% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7CC44 is #2833BB. Grayscale: #C0C0C0. Windows color (decimal): -2634684 or 4508887. OLE color: 4508887.
HSL color Cylindrical-coordinate representation of color #D7CC44: hue angle of 55.51º degrees, saturation: 0.65, 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 #D7CC44 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 204 | 68 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.16 |
| HSL | 55.51º | 0.65% | 0.55% | - |
| HSV(B) | 55.51º | 0.68% | 0.84% | - |
| XYZ | 50.66 | 58.05 | 14 | - |
| YUV | 191.79 | 58.14 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 204 | 68 | 0 | 0.05 | 0.68 | 0.16 | 55.51 | 0.65 | 0.55 |
| Hex | D7 | CC | 44 | 0 | 5 | 44 | 10 | 38 | 41 | 37 |
| Octal | 327 | 314 | 104 | 0 | 5 | 104 | 20 | 70 | 101 | 67 |
| Binary | 11010111 | 11001100 | 1000100 | 0 | 101 | 1000100 | 10000 | 111000 | 1000001 | 110111 |
Color Harmonies of #D7CC44
Complementary color
Monochromatic Colors of #D7CC44
Black with #D7CC44
Text Example
Text Example
White with #D7CC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CC44; }
p { color: rgb(215,204,68); }
H1.HeaderClassName
{
color: #D7CC44;
}
.AnyTagClassName
{
color: #D7CC44;
}
</style>
background-color css
<style>
a { background-color: #D7CC44; }
a { background-color: rgb(215,204,68); }
div.DivClassName
{
background-color: #D7CC44;
}
.BgClassName
{
background-color: #D7CC44;
}
</style>
border-color css
<style>
span { border-color: #D7CC44; }
span { border-color: rgb(215,204,68); }
td.TdClassName
{
border-color: #D7CC44;
}
.TagClassName
{
border-color: #D7CC44;
}
</style>