Shades of Sundance #CDA247
Tints of Sundance #CDA247
RGB
CMYK
RGB Variations
Color information
#CDA247 (or 0xCDA247) is known color: Sundance. HEX triplet: CD, A2 and 47. RGB value is (205,162,71). Sum of RGB (Red+Green+Blue) = 205+162+71=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA247 is #325DB8. Grayscale: #A4A4A4. Windows color (decimal): -3300793 or 4694733. OLE color: 4694733.
HSL color Cylindrical-coordinate representation of color #CDA247: hue angle of 40.75º 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 #CDA247 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 71 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.20 |
| HSL | 40.75º | 0.57% | 0.54% | - |
| HSV(B) | 40.75º | 0.65% | 0.8% | - |
| XYZ | 39.23 | 39.27 | 11.47 | - |
| YUV | 164.48 | 75.25 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 71 | 0 | 0.21 | 0.65 | 0.20 | 40.75 | 0.57 | 0.54 |
| Hex | CD | A2 | 47 | 0 | 15 | 41 | 14 | 29 | 39 | 36 |
| Octal | 315 | 242 | 107 | 0 | 25 | 101 | 24 | 51 | 71 | 66 |
| Binary | 11001101 | 10100010 | 1000111 | 0 | 10101 | 1000001 | 10100 | 101001 | 111001 | 110110 |
Color Harmonies of #CDA247
Complementary color
Monochromatic Colors of #CDA247
Black with #CDA247
Text Example
Text Example
White with #CDA247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA247; }
p { color: rgb(205,162,71); }
H1.HeaderClassName
{
color: #CDA247;
}
.AnyTagClassName
{
color: #CDA247;
}
</style>
background-color css
<style>
a { background-color: #CDA247; }
a { background-color: rgb(205,162,71); }
div.DivClassName
{
background-color: #CDA247;
}
.BgClassName
{
background-color: #CDA247;
}
</style>
border-color css
<style>
span { border-color: #CDA247; }
span { border-color: rgb(205,162,71); }
td.TdClassName
{
border-color: #CDA247;
}
.TagClassName
{
border-color: #CDA247;
}
</style>