Shades of Wattle #CDC046
Tints of Wattle #CDC046
RGB
CMYK
RGB Variations
Color information
#CDC046 (or 0xCDC046) is known color: Wattle. HEX triplet: CD, C0 and 46. RGB value is (205,192,70). Sum of RGB (Red+Green+Blue) = 205+192+70=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 70 (27.73% from 255 or 14.99% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC046 is #323FB9. Grayscale: #B6B6B6. Windows color (decimal): -3293114 or 4636877. OLE color: 4636877.
HSL color Cylindrical-coordinate representation of color #CDC046: hue angle of 54.22º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDC046 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 192 | 70 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.20 |
| HSL | 54.22º | 0.57% | 0.54% | - |
| HSV(B) | 54.22º | 0.66% | 0.8% | - |
| XYZ | 45.13 | 51.12 | 13.28 | - |
| YUV | 181.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 192 | 70 | 0 | 0.06 | 0.66 | 0.20 | 54.22 | 0.57 | 0.54 |
| Hex | CD | C0 | 46 | 0 | 6 | 42 | 14 | 36 | 39 | 36 |
| Octal | 315 | 300 | 106 | 0 | 6 | 102 | 24 | 66 | 71 | 66 |
| Binary | 11001101 | 11000000 | 1000110 | 0 | 110 | 1000010 | 10100 | 110110 | 111001 | 110110 |
Color Harmonies of #CDC046
Complementary color
Monochromatic Colors of #CDC046
Black with #CDC046
Text Example
Text Example
White with #CDC046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC046; }
p { color: rgb(205,192,70); }
H1.HeaderClassName
{
color: #CDC046;
}
.AnyTagClassName
{
color: #CDC046;
}
</style>
background-color css
<style>
a { background-color: #CDC046; }
a { background-color: rgb(205,192,70); }
div.DivClassName
{
background-color: #CDC046;
}
.BgClassName
{
background-color: #CDC046;
}
</style>
border-color css
<style>
span { border-color: #CDC046; }
span { border-color: rgb(205,192,70); }
td.TdClassName
{
border-color: #CDC046;
}
.TagClassName
{
border-color: #CDC046;
}
</style>