Shades of Wattle #CDC13A
Tints of Wattle #CDC13A
RGB
CMYK
RGB Variations
Color information
#CDC13A (or 0xCDC13A) is known color: Wattle. HEX triplet: CD, C1 and 3A. RGB value is (205,193,58). Sum of RGB (Red+Green+Blue) = 205+193+58=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 193 (75.78% from 255 or 42.32% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC13A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC13A is #323EC5. Grayscale: #B5B5B5. Windows color (decimal): -3292870 or 3850701. OLE color: 3850701.
HSL color Cylindrical-coordinate representation of color #CDC13A: hue angle of 55.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDC13A is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 58 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.20 |
| HSL | 55.1º | 0.6% | 0.52% | - |
| HSV(B) | 55.1º | 0.72% | 0.8% | - |
| XYZ | 45.01 | 51.42 | 11.56 | - |
| YUV | 181.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 58 | 0 | 0.06 | 0.72 | 0.20 | 55.1 | 0.6 | 0.52 |
| Hex | CD | C1 | 3A | 0 | 6 | 48 | 14 | 37 | 3C | 34 |
| Octal | 315 | 301 | 72 | 0 | 6 | 110 | 24 | 67 | 74 | 64 |
| Binary | 11001101 | 11000001 | 111010 | 0 | 110 | 1001000 | 10100 | 110111 | 111100 | 110100 |
Color Harmonies of #CDC13A
Complementary color
Monochromatic Colors of #CDC13A
Black with #CDC13A
Text Example
Text Example
White with #CDC13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC13A; }
p { color: rgb(205,193,58); }
H1.HeaderClassName
{
color: #CDC13A;
}
.AnyTagClassName
{
color: #CDC13A;
}
</style>
background-color css
<style>
a { background-color: #CDC13A; }
a { background-color: rgb(205,193,58); }
div.DivClassName
{
background-color: #CDC13A;
}
.BgClassName
{
background-color: #CDC13A;
}
</style>
border-color css
<style>
span { border-color: #CDC13A; }
span { border-color: rgb(205,193,58); }
td.TdClassName
{
border-color: #CDC13A;
}
.TagClassName
{
border-color: #CDC13A;
}
</style>