Shades of Sundance #CDA346
Tints of Sundance #CDA346
RGB
CMYK
RGB Variations
Color information
#CDA346 (or 0xCDA346) is known color: Sundance. HEX triplet: CD, A3 and 46. RGB value is (205,163,70). Sum of RGB (Red+Green+Blue) = 205+163+70=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA346 is #325CB9. Grayscale: #A5A5A5. Windows color (decimal): -3300538 or 4629453. OLE color: 4629453.
HSL color Cylindrical-coordinate representation of color #CDA346: hue angle of 41.33º 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 #CDA346 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 70 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.20 |
| HSL | 41.33º | 0.57% | 0.54% | - |
| HSV(B) | 41.33º | 0.66% | 0.8% | - |
| XYZ | 39.38 | 39.62 | 11.37 | - |
| YUV | 164.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 70 | 0 | 0.20 | 0.66 | 0.20 | 41.33 | 0.57 | 0.54 |
| Hex | CD | A3 | 46 | 0 | 14 | 42 | 14 | 29 | 39 | 36 |
| Octal | 315 | 243 | 106 | 0 | 24 | 102 | 24 | 51 | 71 | 66 |
| Binary | 11001101 | 10100011 | 1000110 | 0 | 10100 | 1000010 | 10100 | 101001 | 111001 | 110110 |
Color Harmonies of #CDA346
Complementary color
Monochromatic Colors of #CDA346
Black with #CDA346
Text Example
Text Example
White with #CDA346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA346; }
p { color: rgb(205,163,70); }
H1.HeaderClassName
{
color: #CDA346;
}
.AnyTagClassName
{
color: #CDA346;
}
</style>
background-color css
<style>
a { background-color: #CDA346; }
a { background-color: rgb(205,163,70); }
div.DivClassName
{
background-color: #CDA346;
}
.BgClassName
{
background-color: #CDA346;
}
</style>
border-color css
<style>
span { border-color: #CDA346; }
span { border-color: rgb(205,163,70); }
td.TdClassName
{
border-color: #CDA346;
}
.TagClassName
{
border-color: #CDA346;
}
</style>