Shades of Sundance #CDA751
Tints of Sundance #CDA751
RGB
CMYK
RGB Variations
Color information
#CDA751 (or 0xCDA751) is known color: Sundance. HEX triplet: CD, A7 and 51. RGB value is (205,167,81). Sum of RGB (Red+Green+Blue) = 205+167+81=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 167 (65.62% from 255 or 36.87% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA751 is #3258AE. Grayscale: #A8A8A8. Windows color (decimal): -3299503 or 5351373. OLE color: 5351373.
HSL color Cylindrical-coordinate representation of color #CDA751: hue angle of 41.61º 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 #CDA751 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 81 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.20 |
| HSL | 41.61º | 0.55% | 0.56% | - |
| HSV(B) | 41.61º | 0.6% | 0.8% | - |
| XYZ | 40.48 | 41.21 | 13.61 | - |
| YUV | 168.56 | 78.59 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 81 | 0 | 0.19 | 0.60 | 0.20 | 41.61 | 0.55 | 0.56 |
| Hex | CD | A7 | 51 | 0 | 13 | 3C | 14 | 2A | 37 | 38 |
| Octal | 315 | 247 | 121 | 0 | 23 | 74 | 24 | 52 | 67 | 70 |
| Binary | 11001101 | 10100111 | 1010001 | 0 | 10011 | 111100 | 10100 | 101010 | 110111 | 111000 |
Color Harmonies of #CDA751
Complementary color
Monochromatic Colors of #CDA751
Black with #CDA751
Text Example
Text Example
White with #CDA751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA751; }
p { color: rgb(205,167,81); }
H1.HeaderClassName
{
color: #CDA751;
}
.AnyTagClassName
{
color: #CDA751;
}
</style>
background-color css
<style>
a { background-color: #CDA751; }
a { background-color: rgb(205,167,81); }
div.DivClassName
{
background-color: #CDA751;
}
.BgClassName
{
background-color: #CDA751;
}
</style>
border-color css
<style>
span { border-color: #CDA751; }
span { border-color: rgb(205,167,81); }
td.TdClassName
{
border-color: #CDA751;
}
.TagClassName
{
border-color: #CDA751;
}
</style>