Shades of Sundance #CDA242
Tints of Sundance #CDA242
RGB
CMYK
RGB Variations
Color information
#CDA242 (or 0xCDA242) is known color: Sundance. HEX triplet: CD, A2 and 42. RGB value is (205,162,66). Sum of RGB (Red+Green+Blue) = 205+162+66=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA242 is #325DBD. Grayscale: #A4A4A4. Windows color (decimal): -3300798 or 4367053. OLE color: 4367053.
HSL color Cylindrical-coordinate representation of color #CDA242: hue angle of 41.44º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDA242 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 66 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.20 |
| HSL | 41.44º | 0.58% | 0.53% | - |
| HSV(B) | 41.44º | 0.68% | 0.8% | - |
| XYZ | 39.08 | 39.21 | 10.66 | - |
| YUV | 163.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 66 | 0 | 0.21 | 0.68 | 0.20 | 41.44 | 0.58 | 0.53 |
| Hex | CD | A2 | 42 | 0 | 15 | 44 | 14 | 29 | 3A | 35 |
| Octal | 315 | 242 | 102 | 0 | 25 | 104 | 24 | 51 | 72 | 65 |
| Binary | 11001101 | 10100010 | 1000010 | 0 | 10101 | 1000100 | 10100 | 101001 | 111010 | 110101 |
Color Harmonies of #CDA242
Complementary color
Monochromatic Colors of #CDA242
Black with #CDA242
Text Example
Text Example
White with #CDA242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA242; }
p { color: rgb(205,162,66); }
H1.HeaderClassName
{
color: #CDA242;
}
.AnyTagClassName
{
color: #CDA242;
}
</style>
background-color css
<style>
a { background-color: #CDA242; }
a { background-color: rgb(205,162,66); }
div.DivClassName
{
background-color: #CDA242;
}
.BgClassName
{
background-color: #CDA242;
}
</style>
border-color css
<style>
span { border-color: #CDA242; }
span { border-color: rgb(205,162,66); }
td.TdClassName
{
border-color: #CDA242;
}
.TagClassName
{
border-color: #CDA242;
}
</style>