Shades of Sundance #CDA550
Tints of Sundance #CDA550
RGB
CMYK
RGB Variations
Color information
#CDA550 (or 0xCDA550) is known color: Sundance. HEX triplet: CD, A5 and 50. RGB value is (205,165,80). Sum of RGB (Red+Green+Blue) = 205+165+80=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 165 (64.84% from 255 or 36.67% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA550 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA550 is #325AAF. Grayscale: #A7A7A7. Windows color (decimal): -3300016 or 5285325. OLE color: 5285325.
HSL color Cylindrical-coordinate representation of color #CDA550: hue angle of 40.8º 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 #CDA550 is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 80 | - |
| CMYK | 0 | 0.20 | 0.61 | 0.20 |
| HSL | 40.8º | 0.56% | 0.56% | - |
| HSV(B) | 40.8º | 0.61% | 0.8% | - |
| XYZ | 40.08 | 40.47 | 13.29 | - |
| YUV | 167.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 80 | 0 | 0.20 | 0.61 | 0.20 | 40.8 | 0.56 | 0.56 |
| Hex | CD | A5 | 50 | 0 | 14 | 3D | 14 | 29 | 38 | 38 |
| Octal | 315 | 245 | 120 | 0 | 24 | 75 | 24 | 51 | 70 | 70 |
| Binary | 11001101 | 10100101 | 1010000 | 0 | 10100 | 111101 | 10100 | 101001 | 111000 | 111000 |
Color Harmonies of #CDA550
Complementary color
Monochromatic Colors of #CDA550
Black with #CDA550
Text Example
Text Example
White with #CDA550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA550; }
p { color: rgb(205,165,80); }
H1.HeaderClassName
{
color: #CDA550;
}
.AnyTagClassName
{
color: #CDA550;
}
</style>
background-color css
<style>
a { background-color: #CDA550; }
a { background-color: rgb(205,165,80); }
div.DivClassName
{
background-color: #CDA550;
}
.BgClassName
{
background-color: #CDA550;
}
</style>
border-color css
<style>
span { border-color: #CDA550; }
span { border-color: rgb(205,165,80); }
td.TdClassName
{
border-color: #CDA550;
}
.TagClassName
{
border-color: #CDA550;
}
</style>