Shades of Wattle #CDC53B
Tints of Wattle #CDC53B
RGB
CMYK
RGB Variations
Color information
#CDC53B (or 0xCDC53B) is known color: Wattle. HEX triplet: CD, C5 and 3B. RGB value is (205,197,59). Sum of RGB (Red+Green+Blue) = 205+197+59=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 59 (23.44% from 255 or 12.80% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC53B is #323AC4. Grayscale: #B8B8B8. Windows color (decimal): -3291845 or 3917261. OLE color: 3917261.
HSL color Cylindrical-coordinate representation of color #CDC53B: hue angle of 56.71º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDC53B is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 197 | 59 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.20 |
| HSL | 56.71º | 0.59% | 0.52% | - |
| HSV(B) | 56.71º | 0.71% | 0.8% | - |
| XYZ | 45.93 | 53.23 | 11.99 | - |
| YUV | 183.66 | 57.65 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 197 | 59 | 0 | 0.04 | 0.71 | 0.20 | 56.71 | 0.59 | 0.52 |
| Hex | CD | C5 | 3B | 0 | 4 | 47 | 14 | 39 | 3B | 34 |
| Octal | 315 | 305 | 73 | 0 | 4 | 107 | 24 | 71 | 73 | 64 |
| Binary | 11001101 | 11000101 | 111011 | 0 | 100 | 1000111 | 10100 | 111001 | 111011 | 110100 |
Color Harmonies of #CDC53B
Complementary color
Monochromatic Colors of #CDC53B
Black with #CDC53B
Text Example
Text Example
White with #CDC53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC53B; }
p { color: rgb(205,197,59); }
H1.HeaderClassName
{
color: #CDC53B;
}
.AnyTagClassName
{
color: #CDC53B;
}
</style>
background-color css
<style>
a { background-color: #CDC53B; }
a { background-color: rgb(205,197,59); }
div.DivClassName
{
background-color: #CDC53B;
}
.BgClassName
{
background-color: #CDC53B;
}
</style>
border-color css
<style>
span { border-color: #CDC53B; }
span { border-color: rgb(205,197,59); }
td.TdClassName
{
border-color: #CDC53B;
}
.TagClassName
{
border-color: #CDC53B;
}
</style>