Shades of Wattle #CDC540
Tints of Wattle #CDC540
RGB
CMYK
RGB Variations
Color information
#CDC540 (or 0xCDC540) is known color: Wattle. HEX triplet: CD, C5 and 40. RGB value is (205,197,64). Sum of RGB (Red+Green+Blue) = 205+197+64=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 64 (25.39% from 255 or 13.73% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC540 is #323ABF. Grayscale: #B8B8B8. Windows color (decimal): -3291840 or 4244941. OLE color: 4244941.
HSL color Cylindrical-coordinate representation of color #CDC540: hue angle of 56.6º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDC540 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 64 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.20 |
| HSL | 56.6º | 0.59% | 0.53% | - |
| HSV(B) | 56.6º | 0.69% | 0.8% | - |
| XYZ | 46.07 | 53.28 | 12.71 | - |
| YUV | 184.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 64 | 0 | 0.04 | 0.69 | 0.20 | 56.6 | 0.59 | 0.53 |
| Hex | CD | C5 | 40 | 0 | 4 | 45 | 14 | 39 | 3B | 35 |
| Octal | 315 | 305 | 100 | 0 | 4 | 105 | 24 | 71 | 73 | 65 |
| Binary | 11001101 | 11000101 | 1000000 | 0 | 100 | 1000101 | 10100 | 111001 | 111011 | 110101 |
Color Harmonies of #CDC540
Complementary color
Monochromatic Colors of #CDC540
Black with #CDC540
Text Example
Text Example
White with #CDC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC540; }
p { color: rgb(205,197,64); }
H1.HeaderClassName
{
color: #CDC540;
}
.AnyTagClassName
{
color: #CDC540;
}
</style>
background-color css
<style>
a { background-color: #CDC540; }
a { background-color: rgb(205,197,64); }
div.DivClassName
{
background-color: #CDC540;
}
.BgClassName
{
background-color: #CDC540;
}
</style>
border-color css
<style>
span { border-color: #CDC540; }
span { border-color: rgb(205,197,64); }
td.TdClassName
{
border-color: #CDC540;
}
.TagClassName
{
border-color: #CDC540;
}
</style>