Shades of Wattle #CDC643
Tints of Wattle #CDC643
RGB
CMYK
RGB Variations
Color information
#CDC643 (or 0xCDC643) is known color: Wattle. HEX triplet: CD, C6 and 43. RGB value is (205,198,67). Sum of RGB (Red+Green+Blue) = 205+198+67=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 67 (26.56% from 255 or 14.26% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC643 is #3239BC. Grayscale: #B9B9B9. Windows color (decimal): -3291581 or 4441805. OLE color: 4441805.
HSL color Cylindrical-coordinate representation of color #CDC643: hue angle of 56.96º 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 #CDC643 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 67 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.20 |
| HSL | 56.96º | 0.58% | 0.53% | - |
| HSV(B) | 56.96º | 0.67% | 0.8% | - |
| XYZ | 46.38 | 53.77 | 13.24 | - |
| YUV | 185.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 67 | 0 | 0.03 | 0.67 | 0.20 | 56.96 | 0.58 | 0.53 |
| Hex | CD | C6 | 43 | 0 | 3 | 43 | 14 | 39 | 3A | 35 |
| Octal | 315 | 306 | 103 | 0 | 3 | 103 | 24 | 71 | 72 | 65 |
| Binary | 11001101 | 11000110 | 1000011 | 0 | 11 | 1000011 | 10100 | 111001 | 111010 | 110101 |
Color Harmonies of #CDC643
Complementary color
Monochromatic Colors of #CDC643
Black with #CDC643
Text Example
Text Example
White with #CDC643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC643; }
p { color: rgb(205,198,67); }
H1.HeaderClassName
{
color: #CDC643;
}
.AnyTagClassName
{
color: #CDC643;
}
</style>
background-color css
<style>
a { background-color: #CDC643; }
a { background-color: rgb(205,198,67); }
div.DivClassName
{
background-color: #CDC643;
}
.BgClassName
{
background-color: #CDC643;
}
</style>
border-color css
<style>
span { border-color: #CDC643; }
span { border-color: rgb(205,198,67); }
td.TdClassName
{
border-color: #CDC643;
}
.TagClassName
{
border-color: #CDC643;
}
</style>