Shades of Wattle #CDC341
Tints of Wattle #CDC341
RGB
CMYK
RGB Variations
Color information
#CDC341 (or 0xCDC341) is known color: Wattle. HEX triplet: CD, C3 and 41. RGB value is (205,195,65). Sum of RGB (Red+Green+Blue) = 205+195+65=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 65 (25.78% from 255 or 13.98% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC341 is #323CBE. Grayscale: #B7B7B7. Windows color (decimal): -3292351 or 4309965. OLE color: 4309965.
HSL color Cylindrical-coordinate representation of color #CDC341: hue angle of 55.71º 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 #CDC341 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 195 | 65 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.20 |
| HSL | 55.71º | 0.58% | 0.53% | - |
| HSV(B) | 55.71º | 0.68% | 0.8% | - |
| XYZ | 45.65 | 52.39 | 12.71 | - |
| YUV | 183.17 | 61.31 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 195 | 65 | 0 | 0.05 | 0.68 | 0.20 | 55.71 | 0.58 | 0.53 |
| Hex | CD | C3 | 41 | 0 | 5 | 44 | 14 | 38 | 3A | 35 |
| Octal | 315 | 303 | 101 | 0 | 5 | 104 | 24 | 70 | 72 | 65 |
| Binary | 11001101 | 11000011 | 1000001 | 0 | 101 | 1000100 | 10100 | 111000 | 111010 | 110101 |
Color Harmonies of #CDC341
Complementary color
Monochromatic Colors of #CDC341
Black with #CDC341
Text Example
Text Example
White with #CDC341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC341; }
p { color: rgb(205,195,65); }
H1.HeaderClassName
{
color: #CDC341;
}
.AnyTagClassName
{
color: #CDC341;
}
</style>
background-color css
<style>
a { background-color: #CDC341; }
a { background-color: rgb(205,195,65); }
div.DivClassName
{
background-color: #CDC341;
}
.BgClassName
{
background-color: #CDC341;
}
</style>
border-color css
<style>
span { border-color: #CDC341; }
span { border-color: rgb(205,195,65); }
td.TdClassName
{
border-color: #CDC341;
}
.TagClassName
{
border-color: #CDC341;
}
</style>