Shades of Wattle #CDC537
Tints of Wattle #CDC537
RGB
CMYK
RGB Variations
Color information
#CDC537 (or 0xCDC537) is known color: Wattle. HEX triplet: CD, C5 and 37. RGB value is (205,197,55). Sum of RGB (Red+Green+Blue) = 205+197+55=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 197 (77.34% from 255 or 43.11% from 457); Blue value is 55 (21.88% from 255 or 12.04% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC537 is #323AC8. Grayscale: #B7B7B7. Windows color (decimal): -3291849 or 3655117. OLE color: 3655117.
HSL color Cylindrical-coordinate representation of color #CDC537: hue angle of 56.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDC537 is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 55 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.20 |
| HSL | 56.8º | 0.6% | 0.51% | - |
| HSV(B) | 56.8º | 0.73% | 0.8% | - |
| XYZ | 45.83 | 53.19 | 11.47 | - |
| YUV | 183.2 | 55.65 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 55 | 0 | 0.04 | 0.73 | 0.20 | 56.8 | 0.6 | 0.51 |
| Hex | CD | C5 | 37 | 0 | 4 | 49 | 14 | 39 | 3C | 33 |
| Octal | 315 | 305 | 67 | 0 | 4 | 111 | 24 | 71 | 74 | 63 |
| Binary | 11001101 | 11000101 | 110111 | 0 | 100 | 1001001 | 10100 | 111001 | 111100 | 110011 |
Color Harmonies of #CDC537
Complementary color
Monochromatic Colors of #CDC537
Black with #CDC537
Text Example
Text Example
White with #CDC537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC537; }
p { color: rgb(205,197,55); }
H1.HeaderClassName
{
color: #CDC537;
}
.AnyTagClassName
{
color: #CDC537;
}
</style>
background-color css
<style>
a { background-color: #CDC537; }
a { background-color: rgb(205,197,55); }
div.DivClassName
{
background-color: #CDC537;
}
.BgClassName
{
background-color: #CDC537;
}
</style>
border-color css
<style>
span { border-color: #CDC537; }
span { border-color: rgb(205,197,55); }
td.TdClassName
{
border-color: #CDC537;
}
.TagClassName
{
border-color: #CDC537;
}
</style>