Shades of Wattle #CDC441
Tints of Wattle #CDC441
RGB
CMYK
RGB Variations
Color information
#CDC441 (or 0xCDC441) is known color: Wattle. HEX triplet: CD, C4 and 41. RGB value is (205,196,65). Sum of RGB (Red+Green+Blue) = 205+196+65=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC441 is #323BBE. Grayscale: #B8B8B8. Windows color (decimal): -3292095 or 4310221. OLE color: 4310221.
HSL color Cylindrical-coordinate representation of color #CDC441: hue angle of 56.14º 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 #CDC441 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 65 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.20 |
| HSL | 56.14º | 0.58% | 0.53% | - |
| HSV(B) | 56.14º | 0.68% | 0.8% | - |
| XYZ | 45.87 | 52.84 | 12.78 | - |
| YUV | 183.76 | 60.98 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 65 | 0 | 0.04 | 0.68 | 0.20 | 56.14 | 0.58 | 0.53 |
| Hex | CD | C4 | 41 | 0 | 4 | 44 | 14 | 38 | 3A | 35 |
| Octal | 315 | 304 | 101 | 0 | 4 | 104 | 24 | 70 | 72 | 65 |
| Binary | 11001101 | 11000100 | 1000001 | 0 | 100 | 1000100 | 10100 | 111000 | 111010 | 110101 |
Color Harmonies of #CDC441
Complementary color
Monochromatic Colors of #CDC441
Black with #CDC441
Text Example
Text Example
White with #CDC441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC441; }
p { color: rgb(205,196,65); }
H1.HeaderClassName
{
color: #CDC441;
}
.AnyTagClassName
{
color: #CDC441;
}
</style>
background-color css
<style>
a { background-color: #CDC441; }
a { background-color: rgb(205,196,65); }
div.DivClassName
{
background-color: #CDC441;
}
.BgClassName
{
background-color: #CDC441;
}
</style>
border-color css
<style>
span { border-color: #CDC441; }
span { border-color: rgb(205,196,65); }
td.TdClassName
{
border-color: #CDC441;
}
.TagClassName
{
border-color: #CDC441;
}
</style>