Shades of Sundance #CDA650
Tints of Sundance #CDA650
RGB
CMYK
RGB Variations
Color information
#CDA650 (or 0xCDA650) is known color: Sundance. HEX triplet: CD, A6 and 50. RGB value is (205,166,80). Sum of RGB (Red+Green+Blue) = 205+166+80=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 80 (31.64% from 255 or 17.74% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA650 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA650 is #3259AF. Grayscale: #A8A8A8. Windows color (decimal): -3299760 or 5285581. OLE color: 5285581.
HSL color Cylindrical-coordinate representation of color #CDA650: hue angle of 41.28º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDA650 is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 80 | - |
| CMYK | 0 | 0.19 | 0.61 | 0.20 |
| HSL | 41.28º | 0.56% | 0.56% | - |
| HSV(B) | 41.28º | 0.61% | 0.8% | - |
| XYZ | 40.26 | 40.83 | 13.35 | - |
| YUV | 167.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 80 | 0 | 0.19 | 0.61 | 0.20 | 41.28 | 0.56 | 0.56 |
| Hex | CD | A6 | 50 | 0 | 13 | 3D | 14 | 29 | 38 | 38 |
| Octal | 315 | 246 | 120 | 0 | 23 | 75 | 24 | 51 | 70 | 70 |
| Binary | 11001101 | 10100110 | 1010000 | 0 | 10011 | 111101 | 10100 | 101001 | 111000 | 111000 |
Color Harmonies of #CDA650
Complementary color
Monochromatic Colors of #CDA650
Black with #CDA650
Text Example
Text Example
White with #CDA650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA650; }
p { color: rgb(205,166,80); }
H1.HeaderClassName
{
color: #CDA650;
}
.AnyTagClassName
{
color: #CDA650;
}
</style>
background-color css
<style>
a { background-color: #CDA650; }
a { background-color: rgb(205,166,80); }
div.DivClassName
{
background-color: #CDA650;
}
.BgClassName
{
background-color: #CDA650;
}
</style>
border-color css
<style>
span { border-color: #CDA650; }
span { border-color: rgb(205,166,80); }
td.TdClassName
{
border-color: #CDA650;
}
.TagClassName
{
border-color: #CDA650;
}
</style>