Shades of Wattle #CDC543
Tints of Wattle #CDC543
RGB
CMYK
RGB Variations
Color information
#CDC543 (or 0xCDC543) is known color: Wattle. HEX triplet: CD, C5 and 43. RGB value is (205,197,67). Sum of RGB (Red+Green+Blue) = 205+197+67=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 67 (26.56% from 255 or 14.29% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC543 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC543 is #323ABC. Grayscale: #B9B9B9. Windows color (decimal): -3291837 or 4441549. OLE color: 4441549.
HSL color Cylindrical-coordinate representation of color #CDC543: hue angle of 56.52º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDC543 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 67 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.20 |
| HSL | 56.52º | 0.58% | 0.53% | - |
| HSV(B) | 56.52º | 0.67% | 0.8% | - |
| XYZ | 46.16 | 53.32 | 13.17 | - |
| YUV | 184.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 67 | 0 | 0.04 | 0.67 | 0.20 | 56.52 | 0.58 | 0.53 |
| Hex | CD | C5 | 43 | 0 | 4 | 43 | 14 | 39 | 3A | 35 |
| Octal | 315 | 305 | 103 | 0 | 4 | 103 | 24 | 71 | 72 | 65 |
| Binary | 11001101 | 11000101 | 1000011 | 0 | 100 | 1000011 | 10100 | 111001 | 111010 | 110101 |
Color Harmonies of #CDC543
Complementary color
Monochromatic Colors of #CDC543
Black with #CDC543
Text Example
Text Example
White with #CDC543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC543; }
p { color: rgb(205,197,67); }
H1.HeaderClassName
{
color: #CDC543;
}
.AnyTagClassName
{
color: #CDC543;
}
</style>
background-color css
<style>
a { background-color: #CDC543; }
a { background-color: rgb(205,197,67); }
div.DivClassName
{
background-color: #CDC543;
}
.BgClassName
{
background-color: #CDC543;
}
</style>
border-color css
<style>
span { border-color: #CDC543; }
span { border-color: rgb(205,197,67); }
td.TdClassName
{
border-color: #CDC543;
}
.TagClassName
{
border-color: #CDC543;
}
</style>