Shades of Wattle #CDC539
Tints of Wattle #CDC539
RGB
CMYK
RGB Variations
Color information
#CDC539 (or 0xCDC539) is known color: Wattle. HEX triplet: CD, C5 and 39. RGB value is (205,197,57). Sum of RGB (Red+Green+Blue) = 205+197+57=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 197 (77.34% from 255 or 42.92% from 459); Blue value is 57 (22.66% from 255 or 12.42% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC539 is #323AC6. Grayscale: #B8B8B8. Windows color (decimal): -3291847 or 3786189. OLE color: 3786189.
HSL color Cylindrical-coordinate representation of color #CDC539: hue angle of 56.76º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDC539 is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 57 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.20 |
| HSL | 56.76º | 0.6% | 0.51% | - |
| HSV(B) | 56.76º | 0.72% | 0.8% | - |
| XYZ | 45.88 | 53.21 | 11.72 | - |
| YUV | 183.43 | 56.65 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 57 | 0 | 0.04 | 0.72 | 0.20 | 56.76 | 0.6 | 0.51 |
| Hex | CD | C5 | 39 | 0 | 4 | 48 | 14 | 39 | 3C | 33 |
| Octal | 315 | 305 | 71 | 0 | 4 | 110 | 24 | 71 | 74 | 63 |
| Binary | 11001101 | 11000101 | 111001 | 0 | 100 | 1001000 | 10100 | 111001 | 111100 | 110011 |
Color Harmonies of #CDC539
Complementary color
Monochromatic Colors of #CDC539
Black with #CDC539
Text Example
Text Example
White with #CDC539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC539; }
p { color: rgb(205,197,57); }
H1.HeaderClassName
{
color: #CDC539;
}
.AnyTagClassName
{
color: #CDC539;
}
</style>
background-color css
<style>
a { background-color: #CDC539; }
a { background-color: rgb(205,197,57); }
div.DivClassName
{
background-color: #CDC539;
}
.BgClassName
{
background-color: #CDC539;
}
</style>
border-color css
<style>
span { border-color: #CDC539; }
span { border-color: rgb(205,197,57); }
td.TdClassName
{
border-color: #CDC539;
}
.TagClassName
{
border-color: #CDC539;
}
</style>