Shades of Sundance #CDA947
Tints of Sundance #CDA947
RGB
CMYK
RGB Variations
Color information
#CDA947 (or 0xCDA947) is known color: Sundance. HEX triplet: CD, A9 and 47. RGB value is (205,169,71). Sum of RGB (Red+Green+Blue) = 205+169+71=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA947 is #3256B8. Grayscale: #A9A9A9. Windows color (decimal): -3299001 or 4696525. OLE color: 4696525.
HSL color Cylindrical-coordinate representation of color #CDA947: hue angle of 43.88º 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 #CDA947 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 71 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.20 |
| HSL | 43.88º | 0.57% | 0.54% | - |
| HSV(B) | 43.88º | 0.65% | 0.8% | - |
| XYZ | 40.5 | 41.81 | 11.9 | - |
| YUV | 168.59 | 72.93 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 71 | 0 | 0.18 | 0.65 | 0.20 | 43.88 | 0.57 | 0.54 |
| Hex | CD | A9 | 47 | 0 | 12 | 41 | 14 | 2C | 39 | 36 |
| Octal | 315 | 251 | 107 | 0 | 22 | 101 | 24 | 54 | 71 | 66 |
| Binary | 11001101 | 10101001 | 1000111 | 0 | 10010 | 1000001 | 10100 | 101100 | 111001 | 110110 |
Color Harmonies of #CDA947
Complementary color
Monochromatic Colors of #CDA947
Black with #CDA947
Text Example
Text Example
White with #CDA947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA947; }
p { color: rgb(205,169,71); }
H1.HeaderClassName
{
color: #CDA947;
}
.AnyTagClassName
{
color: #CDA947;
}
</style>
background-color css
<style>
a { background-color: #CDA947; }
a { background-color: rgb(205,169,71); }
div.DivClassName
{
background-color: #CDA947;
}
.BgClassName
{
background-color: #CDA947;
}
</style>
border-color css
<style>
span { border-color: #CDA947; }
span { border-color: rgb(205,169,71); }
td.TdClassName
{
border-color: #CDA947;
}
.TagClassName
{
border-color: #CDA947;
}
</style>