Shades of Wattle #CDC042
Tints of Wattle #CDC042
RGB
CMYK
RGB Variations
Color information
#CDC042 (or 0xCDC042) is known color: Wattle. HEX triplet: CD, C0 and 42. RGB value is (205,192,66). Sum of RGB (Red+Green+Blue) = 205+192+66=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC042 is #323FBD. Grayscale: #B6B6B6. Windows color (decimal): -3293118 or 4374733. OLE color: 4374733.
HSL color Cylindrical-coordinate representation of color #CDC042: hue angle of 54.39º 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 #CDC042 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 66 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.20 |
| HSL | 54.39º | 0.58% | 0.53% | - |
| HSV(B) | 54.39º | 0.68% | 0.8% | - |
| XYZ | 45.01 | 51.07 | 12.64 | - |
| YUV | 181.52 | 62.81 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 66 | 0 | 0.06 | 0.68 | 0.20 | 54.39 | 0.58 | 0.53 |
| Hex | CD | C0 | 42 | 0 | 6 | 44 | 14 | 36 | 3A | 35 |
| Octal | 315 | 300 | 102 | 0 | 6 | 104 | 24 | 66 | 72 | 65 |
| Binary | 11001101 | 11000000 | 1000010 | 0 | 110 | 1000100 | 10100 | 110110 | 111010 | 110101 |
Color Harmonies of #CDC042
Complementary color
Monochromatic Colors of #CDC042
Black with #CDC042
Text Example
Text Example
White with #CDC042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC042; }
p { color: rgb(205,192,66); }
H1.HeaderClassName
{
color: #CDC042;
}
.AnyTagClassName
{
color: #CDC042;
}
</style>
background-color css
<style>
a { background-color: #CDC042; }
a { background-color: rgb(205,192,66); }
div.DivClassName
{
background-color: #CDC042;
}
.BgClassName
{
background-color: #CDC042;
}
</style>
border-color css
<style>
span { border-color: #CDC042; }
span { border-color: rgb(205,192,66); }
td.TdClassName
{
border-color: #CDC042;
}
.TagClassName
{
border-color: #CDC042;
}
</style>