Shades of Sundance #CDA847
Tints of Sundance #CDA847
RGB
CMYK
RGB Variations
Color information
#CDA847 (or 0xCDA847) is known color: Sundance. HEX triplet: CD, A8 and 47. RGB value is (205,168,71). Sum of RGB (Red+Green+Blue) = 205+168+71=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA847 is #3257B8. Grayscale: #A8A8A8. Windows color (decimal): -3299257 or 4696269. OLE color: 4696269.
HSL color Cylindrical-coordinate representation of color #CDA847: hue angle of 43.43º 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 #CDA847 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 71 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.20 |
| HSL | 43.43º | 0.57% | 0.54% | - |
| HSV(B) | 43.43º | 0.65% | 0.8% | - |
| XYZ | 40.32 | 41.44 | 11.83 | - |
| YUV | 168.01 | 73.26 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 71 | 0 | 0.18 | 0.65 | 0.20 | 43.43 | 0.57 | 0.54 |
| Hex | CD | A8 | 47 | 0 | 12 | 41 | 14 | 2B | 39 | 36 |
| Octal | 315 | 250 | 107 | 0 | 22 | 101 | 24 | 53 | 71 | 66 |
| Binary | 11001101 | 10101000 | 1000111 | 0 | 10010 | 1000001 | 10100 | 101011 | 111001 | 110110 |
Color Harmonies of #CDA847
Complementary color
Monochromatic Colors of #CDA847
Black with #CDA847
Text Example
Text Example
White with #CDA847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA847; }
p { color: rgb(205,168,71); }
H1.HeaderClassName
{
color: #CDA847;
}
.AnyTagClassName
{
color: #CDA847;
}
</style>
background-color css
<style>
a { background-color: #CDA847; }
a { background-color: rgb(205,168,71); }
div.DivClassName
{
background-color: #CDA847;
}
.BgClassName
{
background-color: #CDA847;
}
</style>
border-color css
<style>
span { border-color: #CDA847; }
span { border-color: rgb(205,168,71); }
td.TdClassName
{
border-color: #CDA847;
}
.TagClassName
{
border-color: #CDA847;
}
</style>