Shades of Wattle #CDC241
Tints of Wattle #CDC241
RGB
CMYK
RGB Variations
Color information
#CDC241 (or 0xCDC241) is known color: Wattle. HEX triplet: CD, C2 and 41. RGB value is (205,194,65). Sum of RGB (Red+Green+Blue) = 205+194+65=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 65 (25.78% from 255 or 14.01% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC241 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC241 is #323DBE. Grayscale: #B7B7B7. Windows color (decimal): -3292607 or 4309709. OLE color: 4309709.
HSL color Cylindrical-coordinate representation of color #CDC241: hue angle of 55.29º 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 #CDC241 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 65 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.20 |
| HSL | 55.29º | 0.58% | 0.53% | - |
| HSV(B) | 55.29º | 0.68% | 0.8% | - |
| XYZ | 45.42 | 51.94 | 12.63 | - |
| YUV | 182.58 | 61.64 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 65 | 0 | 0.05 | 0.68 | 0.20 | 55.29 | 0.58 | 0.53 |
| Hex | CD | C2 | 41 | 0 | 5 | 44 | 14 | 37 | 3A | 35 |
| Octal | 315 | 302 | 101 | 0 | 5 | 104 | 24 | 67 | 72 | 65 |
| Binary | 11001101 | 11000010 | 1000001 | 0 | 101 | 1000100 | 10100 | 110111 | 111010 | 110101 |
Color Harmonies of #CDC241
Complementary color
Monochromatic Colors of #CDC241
Black with #CDC241
Text Example
Text Example
White with #CDC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC241; }
p { color: rgb(205,194,65); }
H1.HeaderClassName
{
color: #CDC241;
}
.AnyTagClassName
{
color: #CDC241;
}
</style>
background-color css
<style>
a { background-color: #CDC241; }
a { background-color: rgb(205,194,65); }
div.DivClassName
{
background-color: #CDC241;
}
.BgClassName
{
background-color: #CDC241;
}
</style>
border-color css
<style>
span { border-color: #CDC241; }
span { border-color: rgb(205,194,65); }
td.TdClassName
{
border-color: #CDC241;
}
.TagClassName
{
border-color: #CDC241;
}
</style>