Shades of Sundance #CDA246
Tints of Sundance #CDA246
RGB
CMYK
RGB Variations
Color information
#CDA246 (or 0xCDA246) is known color: Sundance. HEX triplet: CD, A2 and 46. RGB value is (205,162,70). Sum of RGB (Red+Green+Blue) = 205+162+70=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA246 is #325DB9. Grayscale: #A4A4A4. Windows color (decimal): -3300794 or 4629197. OLE color: 4629197.
HSL color Cylindrical-coordinate representation of color #CDA246: hue angle of 40.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDA246 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 70 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.20 |
| HSL | 40.89º | 0.57% | 0.54% | - |
| HSV(B) | 40.89º | 0.66% | 0.8% | - |
| XYZ | 39.2 | 39.26 | 11.31 | - |
| YUV | 164.37 | 74.75 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 70 | 0 | 0.21 | 0.66 | 0.20 | 40.89 | 0.57 | 0.54 |
| Hex | CD | A2 | 46 | 0 | 15 | 42 | 14 | 29 | 39 | 36 |
| Octal | 315 | 242 | 106 | 0 | 25 | 102 | 24 | 51 | 71 | 66 |
| Binary | 11001101 | 10100010 | 1000110 | 0 | 10101 | 1000010 | 10100 | 101001 | 111001 | 110110 |
Color Harmonies of #CDA246
Complementary color
Monochromatic Colors of #CDA246
Black with #CDA246
Text Example
Text Example
White with #CDA246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA246; }
p { color: rgb(205,162,70); }
H1.HeaderClassName
{
color: #CDA246;
}
.AnyTagClassName
{
color: #CDA246;
}
</style>
background-color css
<style>
a { background-color: #CDA246; }
a { background-color: rgb(205,162,70); }
div.DivClassName
{
background-color: #CDA246;
}
.BgClassName
{
background-color: #CDA246;
}
</style>
border-color css
<style>
span { border-color: #CDA246; }
span { border-color: rgb(205,162,70); }
td.TdClassName
{
border-color: #CDA246;
}
.TagClassName
{
border-color: #CDA246;
}
</style>