Shades of Wattle #CDC647
Tints of Wattle #CDC647
RGB
CMYK
RGB Variations
Color information
#CDC647 (or 0xCDC647) is known color: Wattle. HEX triplet: CD, C6 and 47. RGB value is (205,198,71). Sum of RGB (Red+Green+Blue) = 205+198+71=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 198 (77.73% from 255 or 41.77% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC647 is #3239B8. Grayscale: #BABABA. Windows color (decimal): -3291577 or 4703949. OLE color: 4703949.
HSL color Cylindrical-coordinate representation of color #CDC647: hue angle of 56.87º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDC647 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 71 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.20 |
| HSL | 56.87º | 0.57% | 0.54% | - |
| HSV(B) | 56.87º | 0.65% | 0.8% | - |
| XYZ | 46.51 | 53.82 | 13.9 | - |
| YUV | 185.62 | 63.32 | 141.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 71 | 0 | 0.03 | 0.65 | 0.20 | 56.87 | 0.57 | 0.54 |
| Hex | CD | C6 | 47 | 0 | 3 | 41 | 14 | 39 | 39 | 36 |
| Octal | 315 | 306 | 107 | 0 | 3 | 101 | 24 | 71 | 71 | 66 |
| Binary | 11001101 | 11000110 | 1000111 | 0 | 11 | 1000001 | 10100 | 111001 | 111001 | 110110 |
Color Harmonies of #CDC647
Complementary color
Monochromatic Colors of #CDC647
Black with #CDC647
Text Example
Text Example
White with #CDC647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC647; }
p { color: rgb(205,198,71); }
H1.HeaderClassName
{
color: #CDC647;
}
.AnyTagClassName
{
color: #CDC647;
}
</style>
background-color css
<style>
a { background-color: #CDC647; }
a { background-color: rgb(205,198,71); }
div.DivClassName
{
background-color: #CDC647;
}
.BgClassName
{
background-color: #CDC647;
}
</style>
border-color css
<style>
span { border-color: #CDC647; }
span { border-color: rgb(205,198,71); }
td.TdClassName
{
border-color: #CDC647;
}
.TagClassName
{
border-color: #CDC647;
}
</style>