Shades of Wattle #CDCD47
Tints of Wattle #CDCD47
RGB
CMYK
RGB Variations
Color information
#CDCD47 (or 0xCDCD47) is known color: Wattle. HEX triplet: CD, CD and 47. RGB value is (205,205,71). Sum of RGB (Red+Green+Blue) = 205+205+71=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 71 (28.12% from 255 or 14.76% from 481); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCD47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCD47 is #3232B8. Grayscale: #BEBEBE. Windows color (decimal): -3289785 or 4705741. OLE color: 4705741.
HSL color Cylindrical-coordinate representation of color #CDCD47: hue angle of 60º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDCD47 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 71 | - |
| CMYK | 0 | 0 | 0.65 | 0.20 |
| HSL | 60º | 0.57% | 0.54% | - |
| HSV(B) | 60º | 0.65% | 0.8% | - |
| XYZ | 48.15 | 57.1 | 14.44 | - |
| YUV | 189.72 | 61 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 71 | 0 | 0 | 0.65 | 0.20 | 60 | 0.57 | 0.54 |
| Hex | CD | CD | 47 | 0 | 0 | 41 | 14 | 3C | 39 | 36 |
| Octal | 315 | 315 | 107 | 0 | 0 | 101 | 24 | 74 | 71 | 66 |
| Binary | 11001101 | 11001101 | 1000111 | 0 | 0 | 1000001 | 10100 | 111100 | 111001 | 110110 |
Color Harmonies of #CDCD47
Complementary color
Monochromatic Colors of #CDCD47
Black with #CDCD47
Text Example
Text Example
White with #CDCD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCD47; }
p { color: rgb(205,205,71); }
H1.HeaderClassName
{
color: #CDCD47;
}
.AnyTagClassName
{
color: #CDCD47;
}
</style>
background-color css
<style>
a { background-color: #CDCD47; }
a { background-color: rgb(205,205,71); }
div.DivClassName
{
background-color: #CDCD47;
}
.BgClassName
{
background-color: #CDCD47;
}
</style>
border-color css
<style>
span { border-color: #CDCD47; }
span { border-color: rgb(205,205,71); }
td.TdClassName
{
border-color: #CDCD47;
}
.TagClassName
{
border-color: #CDCD47;
}
</style>