Shades of Wattle #CDC942
Tints of Wattle #CDC942
RGB
CMYK
RGB Variations
Color information
#CDC942 (or 0xCDC942) is known color: Wattle. HEX triplet: CD, C9 and 42. RGB value is (205,201,66). Sum of RGB (Red+Green+Blue) = 205+201+66=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 66 (26.17% from 255 or 13.98% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC942 is #3236BD. Grayscale: #BBBBBB. Windows color (decimal): -3290814 or 4377037. OLE color: 4377037.
HSL color Cylindrical-coordinate representation of color #CDC942: hue angle of 58.27º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDC942 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 66 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.20 |
| HSL | 58.27º | 0.58% | 0.53% | - |
| HSV(B) | 58.27º | 0.68% | 0.8% | - |
| XYZ | 47.05 | 55.15 | 13.32 | - |
| YUV | 186.81 | 59.83 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 66 | 0 | 0.02 | 0.68 | 0.20 | 58.27 | 0.58 | 0.53 |
| Hex | CD | C9 | 42 | 0 | 2 | 44 | 14 | 3A | 3A | 35 |
| Octal | 315 | 311 | 102 | 0 | 2 | 104 | 24 | 72 | 72 | 65 |
| Binary | 11001101 | 11001001 | 1000010 | 0 | 10 | 1000100 | 10100 | 111010 | 111010 | 110101 |
Color Harmonies of #CDC942
Complementary color
Monochromatic Colors of #CDC942
Black with #CDC942
Text Example
Text Example
White with #CDC942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC942; }
p { color: rgb(205,201,66); }
H1.HeaderClassName
{
color: #CDC942;
}
.AnyTagClassName
{
color: #CDC942;
}
</style>
background-color css
<style>
a { background-color: #CDC942; }
a { background-color: rgb(205,201,66); }
div.DivClassName
{
background-color: #CDC942;
}
.BgClassName
{
background-color: #CDC942;
}
</style>
border-color css
<style>
span { border-color: #CDC942; }
span { border-color: rgb(205,201,66); }
td.TdClassName
{
border-color: #CDC942;
}
.TagClassName
{
border-color: #CDC942;
}
</style>