Shades of Sundance #CDA147
Tints of Sundance #CDA147
RGB
CMYK
RGB Variations
Color information
#CDA147 (or 0xCDA147) is known color: Sundance. HEX triplet: CD, A1 and 47. RGB value is (205,161,71). Sum of RGB (Red+Green+Blue) = 205+161+71=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA147 is #325EB8. Grayscale: #A4A4A4. Windows color (decimal): -3301049 or 4694477. OLE color: 4694477.
HSL color Cylindrical-coordinate representation of color #CDA147: hue angle of 40.3º 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 #CDA147 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 71 | - |
| CMYK | 0 | 0.21 | 0.65 | 0.20 |
| HSL | 40.3º | 0.57% | 0.54% | - |
| HSV(B) | 40.3º | 0.65% | 0.8% | - |
| XYZ | 39.06 | 38.92 | 11.42 | - |
| YUV | 163.9 | 75.58 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 71 | 0 | 0.21 | 0.65 | 0.20 | 40.3 | 0.57 | 0.54 |
| Hex | CD | A1 | 47 | 0 | 15 | 41 | 14 | 28 | 39 | 36 |
| Octal | 315 | 241 | 107 | 0 | 25 | 101 | 24 | 50 | 71 | 66 |
| Binary | 11001101 | 10100001 | 1000111 | 0 | 10101 | 1000001 | 10100 | 101000 | 111001 | 110110 |
Color Harmonies of #CDA147
Complementary color
Monochromatic Colors of #CDA147
Black with #CDA147
Text Example
Text Example
White with #CDA147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA147; }
p { color: rgb(205,161,71); }
H1.HeaderClassName
{
color: #CDA147;
}
.AnyTagClassName
{
color: #CDA147;
}
</style>
background-color css
<style>
a { background-color: #CDA147; }
a { background-color: rgb(205,161,71); }
div.DivClassName
{
background-color: #CDA147;
}
.BgClassName
{
background-color: #CDA147;
}
</style>
border-color css
<style>
span { border-color: #CDA147; }
span { border-color: rgb(205,161,71); }
td.TdClassName
{
border-color: #CDA147;
}
.TagClassName
{
border-color: #CDA147;
}
</style>