Shades of Wattle #CDC243
Tints of Wattle #CDC243
RGB
CMYK
RGB Variations
Color information
#CDC243 (or 0xCDC243) is known color: Wattle. HEX triplet: CD, C2 and 43. RGB value is (205,194,67). Sum of RGB (Red+Green+Blue) = 205+194+67=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 67 (26.56% from 255 or 14.38% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC243 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC243 is #323DBC. Grayscale: #B7B7B7. Windows color (decimal): -3292605 or 4440781. OLE color: 4440781.
HSL color Cylindrical-coordinate representation of color #CDC243: hue angle of 55.22º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDC243 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 194 | 67 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.20 |
| HSL | 55.22º | 0.58% | 0.53% | - |
| HSV(B) | 55.22º | 0.67% | 0.8% | - |
| XYZ | 45.48 | 51.97 | 12.94 | - |
| YUV | 182.81 | 62.64 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 67 | 0 | 0.05 | 0.67 | 0.20 | 55.22 | 0.58 | 0.53 |
| Hex | CD | C2 | 43 | 0 | 5 | 43 | 14 | 37 | 3A | 35 |
| Octal | 315 | 302 | 103 | 0 | 5 | 103 | 24 | 67 | 72 | 65 |
| Binary | 11001101 | 11000010 | 1000011 | 0 | 101 | 1000011 | 10100 | 110111 | 111010 | 110101 |
Color Harmonies of #CDC243
Complementary color
Monochromatic Colors of #CDC243
Black with #CDC243
Text Example
Text Example
White with #CDC243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC243; }
p { color: rgb(205,194,67); }
H1.HeaderClassName
{
color: #CDC243;
}
.AnyTagClassName
{
color: #CDC243;
}
</style>
background-color css
<style>
a { background-color: #CDC243; }
a { background-color: rgb(205,194,67); }
div.DivClassName
{
background-color: #CDC243;
}
.BgClassName
{
background-color: #CDC243;
}
</style>
border-color css
<style>
span { border-color: #CDC243; }
span { border-color: rgb(205,194,67); }
td.TdClassName
{
border-color: #CDC243;
}
.TagClassName
{
border-color: #CDC243;
}
</style>