Shades of Wattle #CDC43C
Tints of Wattle #CDC43C
RGB
CMYK
RGB Variations
Color information
#CDC43C (or 0xCDC43C) is known color: Wattle. HEX triplet: CD, C4 and 3C. RGB value is (205,196,60). Sum of RGB (Red+Green+Blue) = 205+196+60=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC43C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC43C is #323BC3. Grayscale: #B7B7B7. Windows color (decimal): -3292100 or 3982541. OLE color: 3982541.
HSL color Cylindrical-coordinate representation of color #CDC43C: hue angle of 56.28º 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 #CDC43C is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 196 | 60 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.20 |
| HSL | 56.28º | 0.59% | 0.52% | - |
| HSV(B) | 56.28º | 0.71% | 0.8% | - |
| XYZ | 45.73 | 52.79 | 12.05 | - |
| YUV | 183.19 | 58.48 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 196 | 60 | 0 | 0.04 | 0.71 | 0.20 | 56.28 | 0.59 | 0.52 |
| Hex | CD | C4 | 3C | 0 | 4 | 47 | 14 | 38 | 3B | 34 |
| Octal | 315 | 304 | 74 | 0 | 4 | 107 | 24 | 70 | 73 | 64 |
| Binary | 11001101 | 11000100 | 111100 | 0 | 100 | 1000111 | 10100 | 111000 | 111011 | 110100 |
Color Harmonies of #CDC43C
Complementary color
Monochromatic Colors of #CDC43C
Black with #CDC43C
Text Example
Text Example
White with #CDC43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC43C; }
p { color: rgb(205,196,60); }
H1.HeaderClassName
{
color: #CDC43C;
}
.AnyTagClassName
{
color: #CDC43C;
}
</style>
background-color css
<style>
a { background-color: #CDC43C; }
a { background-color: rgb(205,196,60); }
div.DivClassName
{
background-color: #CDC43C;
}
.BgClassName
{
background-color: #CDC43C;
}
</style>
border-color css
<style>
span { border-color: #CDC43C; }
span { border-color: rgb(205,196,60); }
td.TdClassName
{
border-color: #CDC43C;
}
.TagClassName
{
border-color: #CDC43C;
}
</style>