Shades of Sundance #CDA951
Tints of Sundance #CDA951
RGB
CMYK
RGB Variations
Color information
#CDA951 (or 0xCDA951) is known color: Sundance. HEX triplet: CD, A9 and 51. RGB value is (205,169,81). Sum of RGB (Red+Green+Blue) = 205+169+81=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 169 (66.41% from 255 or 37.14% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA951 is #3256AE. Grayscale: #AAAAAA. Windows color (decimal): -3298991 or 5351885. OLE color: 5351885.
HSL color Cylindrical-coordinate representation of color #CDA951: hue angle of 42.58º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDA951 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 81 | - |
| CMYK | 0 | 0.18 | 0.60 | 0.20 |
| HSL | 42.58º | 0.55% | 0.56% | - |
| HSV(B) | 42.58º | 0.6% | 0.8% | - |
| XYZ | 40.85 | 41.95 | 13.73 | - |
| YUV | 169.73 | 77.93 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 81 | 0 | 0.18 | 0.60 | 0.20 | 42.58 | 0.55 | 0.56 |
| Hex | CD | A9 | 51 | 0 | 12 | 3C | 14 | 2B | 37 | 38 |
| Octal | 315 | 251 | 121 | 0 | 22 | 74 | 24 | 53 | 67 | 70 |
| Binary | 11001101 | 10101001 | 1010001 | 0 | 10010 | 111100 | 10100 | 101011 | 110111 | 111000 |
Color Harmonies of #CDA951
Complementary color
Monochromatic Colors of #CDA951
Black with #CDA951
Text Example
Text Example
White with #CDA951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA951; }
p { color: rgb(205,169,81); }
H1.HeaderClassName
{
color: #CDA951;
}
.AnyTagClassName
{
color: #CDA951;
}
</style>
background-color css
<style>
a { background-color: #CDA951; }
a { background-color: rgb(205,169,81); }
div.DivClassName
{
background-color: #CDA951;
}
.BgClassName
{
background-color: #CDA951;
}
</style>
border-color css
<style>
span { border-color: #CDA951; }
span { border-color: rgb(205,169,81); }
td.TdClassName
{
border-color: #CDA951;
}
.TagClassName
{
border-color: #CDA951;
}
</style>