Shades of Wattle #CDC536
Tints of Wattle #CDC536
RGB
CMYK
RGB Variations
Color information
#CDC536 (or 0xCDC536) is known color: Wattle. HEX triplet: CD, C5 and 36. RGB value is (205,197,54). Sum of RGB (Red+Green+Blue) = 205+197+54=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 197 (77.34% from 255 or 43.20% from 456); Blue value is 54 (21.48% from 255 or 11.84% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC536 is #323AC9. Grayscale: #B7B7B7. Windows color (decimal): -3291850 or 3589581. OLE color: 3589581.
HSL color Cylindrical-coordinate representation of color #CDC536: hue angle of 56.82º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDC536 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 54 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.20 |
| HSL | 56.82º | 0.6% | 0.51% | - |
| HSV(B) | 56.82º | 0.74% | 0.8% | - |
| XYZ | 45.81 | 53.18 | 11.34 | - |
| YUV | 183.09 | 55.15 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 54 | 0 | 0.04 | 0.74 | 0.20 | 56.82 | 0.6 | 0.51 |
| Hex | CD | C5 | 36 | 0 | 4 | 4A | 14 | 39 | 3C | 33 |
| Octal | 315 | 305 | 66 | 0 | 4 | 112 | 24 | 71 | 74 | 63 |
| Binary | 11001101 | 11000101 | 110110 | 0 | 100 | 1001010 | 10100 | 111001 | 111100 | 110011 |
Color Harmonies of #CDC536
Complementary color
Monochromatic Colors of #CDC536
Black with #CDC536
Text Example
Text Example
White with #CDC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC536; }
p { color: rgb(205,197,54); }
H1.HeaderClassName
{
color: #CDC536;
}
.AnyTagClassName
{
color: #CDC536;
}
</style>
background-color css
<style>
a { background-color: #CDC536; }
a { background-color: rgb(205,197,54); }
div.DivClassName
{
background-color: #CDC536;
}
.BgClassName
{
background-color: #CDC536;
}
</style>
border-color css
<style>
span { border-color: #CDC536; }
span { border-color: rgb(205,197,54); }
td.TdClassName
{
border-color: #CDC536;
}
.TagClassName
{
border-color: #CDC536;
}
</style>