Shades of Wattle #D5CC40
Tints of Wattle #D5CC40
RGB
CMYK
RGB Variations
Color information
#D5CC40 (or 0xD5CC40) is known color: Wattle. HEX triplet: D5, CC and 40. RGB value is (213,204,64). Sum of RGB (Red+Green+Blue) = 213+204+64=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 64 (25.39% from 255 or 13.31% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CC40 is #2A33BF. Grayscale: #BFBFBF. Windows color (decimal): -2765760 or 4246741. OLE color: 4246741.
HSL color Cylindrical-coordinate representation of color #D5CC40: hue angle of 56.38º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5CC40 is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 64 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.16 |
| HSL | 56.38º | 0.64% | 0.54% | - |
| HSV(B) | 56.38º | 0.7% | 0.84% | - |
| XYZ | 49.96 | 57.7 | 13.35 | - |
| YUV | 190.73 | 56.48 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 64 | 0 | 0.04 | 0.70 | 0.16 | 56.38 | 0.64 | 0.54 |
| Hex | D5 | CC | 40 | 0 | 4 | 46 | 10 | 38 | 40 | 36 |
| Octal | 325 | 314 | 100 | 0 | 4 | 106 | 20 | 70 | 100 | 66 |
| Binary | 11010101 | 11001100 | 1000000 | 0 | 100 | 1000110 | 10000 | 111000 | 1000000 | 110110 |
Color Harmonies of #D5CC40
Complementary color
Monochromatic Colors of #D5CC40
Black with #D5CC40
Text Example
Text Example
White with #D5CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC40; }
p { color: rgb(213,204,64); }
H1.HeaderClassName
{
color: #D5CC40;
}
.AnyTagClassName
{
color: #D5CC40;
}
</style>
background-color css
<style>
a { background-color: #D5CC40; }
a { background-color: rgb(213,204,64); }
div.DivClassName
{
background-color: #D5CC40;
}
.BgClassName
{
background-color: #D5CC40;
}
</style>
border-color css
<style>
span { border-color: #D5CC40; }
span { border-color: rgb(213,204,64); }
td.TdClassName
{
border-color: #D5CC40;
}
.TagClassName
{
border-color: #D5CC40;
}
</style>