Shades of Wattle #CDC946
Tints of Wattle #CDC946
RGB
CMYK
RGB Variations
Color information
#CDC946 (or 0xCDC946) is known color: Wattle. HEX triplet: CD, C9 and 46. RGB value is (205,201,70). Sum of RGB (Red+Green+Blue) = 205+201+70=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 70 (27.73% from 255 or 14.71% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDC946 is #3236B9. Grayscale: #BBBBBB. Windows color (decimal): -3290810 or 4639181. OLE color: 4639181.
HSL color Cylindrical-coordinate representation of color #CDC946: hue angle of 58.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 #CDC946 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 70 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.20 |
| HSL | 58.22º | 0.57% | 0.54% | - |
| HSV(B) | 58.22º | 0.66% | 0.8% | - |
| XYZ | 47.17 | 55.19 | 13.96 | - |
| YUV | 187.26 | 61.83 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 70 | 0 | 0.02 | 0.66 | 0.20 | 58.22 | 0.57 | 0.54 |
| Hex | CD | C9 | 46 | 0 | 2 | 42 | 14 | 3A | 39 | 36 |
| Octal | 315 | 311 | 106 | 0 | 2 | 102 | 24 | 72 | 71 | 66 |
| Binary | 11001101 | 11001001 | 1000110 | 0 | 10 | 1000010 | 10100 | 111010 | 111001 | 110110 |
Color Harmonies of #CDC946
Complementary color
Monochromatic Colors of #CDC946
Black with #CDC946
Text Example
Text Example
White with #CDC946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC946; }
p { color: rgb(205,201,70); }
H1.HeaderClassName
{
color: #CDC946;
}
.AnyTagClassName
{
color: #CDC946;
}
</style>
background-color css
<style>
a { background-color: #CDC946; }
a { background-color: rgb(205,201,70); }
div.DivClassName
{
background-color: #CDC946;
}
.BgClassName
{
background-color: #CDC946;
}
</style>
border-color css
<style>
span { border-color: #CDC946; }
span { border-color: rgb(205,201,70); }
td.TdClassName
{
border-color: #CDC946;
}
.TagClassName
{
border-color: #CDC946;
}
</style>