Shades of Wattle #CDC13C
Tints of Wattle #CDC13C
RGB
CMYK
RGB Variations
Color information
#CDC13C (or 0xCDC13C) is known color: Wattle. HEX triplet: CD, C1 and 3C. RGB value is (205,193,60). Sum of RGB (Red+Green+Blue) = 205+193+60=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC13C is #323EC3. Grayscale: #B5B5B5. Windows color (decimal): -3292868 or 3981773. OLE color: 3981773.
HSL color Cylindrical-coordinate representation of color #CDC13C: hue angle of 55.03º 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 #CDC13C is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 193 | 60 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.20 |
| HSL | 55.03º | 0.59% | 0.52% | - |
| HSV(B) | 55.03º | 0.71% | 0.8% | - |
| XYZ | 45.06 | 51.45 | 11.83 | - |
| YUV | 181.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 193 | 60 | 0 | 0.06 | 0.71 | 0.20 | 55.03 | 0.59 | 0.52 |
| Hex | CD | C1 | 3C | 0 | 6 | 47 | 14 | 37 | 3B | 34 |
| Octal | 315 | 301 | 74 | 0 | 6 | 107 | 24 | 67 | 73 | 64 |
| Binary | 11001101 | 11000001 | 111100 | 0 | 110 | 1000111 | 10100 | 110111 | 111011 | 110100 |
Color Harmonies of #CDC13C
Complementary color
Monochromatic Colors of #CDC13C
Black with #CDC13C
Text Example
Text Example
White with #CDC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC13C; }
p { color: rgb(205,193,60); }
H1.HeaderClassName
{
color: #CDC13C;
}
.AnyTagClassName
{
color: #CDC13C;
}
</style>
background-color css
<style>
a { background-color: #CDC13C; }
a { background-color: rgb(205,193,60); }
div.DivClassName
{
background-color: #CDC13C;
}
.BgClassName
{
background-color: #CDC13C;
}
</style>
border-color css
<style>
span { border-color: #CDC13C; }
span { border-color: rgb(205,193,60); }
td.TdClassName
{
border-color: #CDC13C;
}
.TagClassName
{
border-color: #CDC13C;
}
</style>