Shades of Wattle #CDC640
Tints of Wattle #CDC640
RGB
CMYK
RGB Variations
Color information
#CDC640 (or 0xCDC640) is known color: Wattle. HEX triplet: CD, C6 and 40. RGB value is (205,198,64). Sum of RGB (Red+Green+Blue) = 205+198+64=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC640 is #3239BF. Grayscale: #B9B9B9. Windows color (decimal): -3291584 or 4245197. OLE color: 4245197.
HSL color Cylindrical-coordinate representation of color #CDC640: hue angle of 57.02º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDC640 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 198 | 64 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.20 |
| HSL | 57.02º | 0.59% | 0.53% | - |
| HSV(B) | 57.02º | 0.69% | 0.8% | - |
| XYZ | 46.3 | 53.74 | 12.78 | - |
| YUV | 184.82 | 59.82 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 64 | 0 | 0.03 | 0.69 | 0.20 | 57.02 | 0.59 | 0.53 |
| Hex | CD | C6 | 40 | 0 | 3 | 45 | 14 | 39 | 3B | 35 |
| Octal | 315 | 306 | 100 | 0 | 3 | 105 | 24 | 71 | 73 | 65 |
| Binary | 11001101 | 11000110 | 1000000 | 0 | 11 | 1000101 | 10100 | 111001 | 111011 | 110101 |
Color Harmonies of #CDC640
Complementary color
Monochromatic Colors of #CDC640
Black with #CDC640
Text Example
Text Example
White with #CDC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC640; }
p { color: rgb(205,198,64); }
H1.HeaderClassName
{
color: #CDC640;
}
.AnyTagClassName
{
color: #CDC640;
}
</style>
background-color css
<style>
a { background-color: #CDC640; }
a { background-color: rgb(205,198,64); }
div.DivClassName
{
background-color: #CDC640;
}
.BgClassName
{
background-color: #CDC640;
}
</style>
border-color css
<style>
span { border-color: #CDC640; }
span { border-color: rgb(205,198,64); }
td.TdClassName
{
border-color: #CDC640;
}
.TagClassName
{
border-color: #CDC640;
}
</style>