Shades of Sundance #CDA647
Tints of Sundance #CDA647
RGB
CMYK
RGB Variations
Color information
#CDA647 (or 0xCDA647) is known color: Sundance. HEX triplet: CD, A6 and 47. RGB value is (205,166,71). Sum of RGB (Red+Green+Blue) = 205+166+71=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA647 is #3259B8. Grayscale: #A7A7A7. Windows color (decimal): -3299769 or 4695757. OLE color: 4695757.
HSL color Cylindrical-coordinate representation of color #CDA647: hue angle of 42.54º 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 #CDA647 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 71 | - |
| CMYK | 0 | 0.19 | 0.65 | 0.20 |
| HSL | 42.54º | 0.57% | 0.54% | - |
| HSV(B) | 42.54º | 0.65% | 0.8% | - |
| XYZ | 39.95 | 40.71 | 11.71 | - |
| YUV | 166.83 | 73.92 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 71 | 0 | 0.19 | 0.65 | 0.20 | 42.54 | 0.57 | 0.54 |
| Hex | CD | A6 | 47 | 0 | 13 | 41 | 14 | 2B | 39 | 36 |
| Octal | 315 | 246 | 107 | 0 | 23 | 101 | 24 | 53 | 71 | 66 |
| Binary | 11001101 | 10100110 | 1000111 | 0 | 10011 | 1000001 | 10100 | 101011 | 111001 | 110110 |
Color Harmonies of #CDA647
Complementary color
Monochromatic Colors of #CDA647
Black with #CDA647
Text Example
Text Example
White with #CDA647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA647; }
p { color: rgb(205,166,71); }
H1.HeaderClassName
{
color: #CDA647;
}
.AnyTagClassName
{
color: #CDA647;
}
</style>
background-color css
<style>
a { background-color: #CDA647; }
a { background-color: rgb(205,166,71); }
div.DivClassName
{
background-color: #CDA647;
}
.BgClassName
{
background-color: #CDA647;
}
</style>
border-color css
<style>
span { border-color: #CDA647; }
span { border-color: rgb(205,166,71); }
td.TdClassName
{
border-color: #CDA647;
}
.TagClassName
{
border-color: #CDA647;
}
</style>