Shades of Sundance #CDA144
Tints of Sundance #CDA144
RGB
CMYK
RGB Variations
Color information
#CDA144 (or 0xCDA144) is known color: Sundance. HEX triplet: CD, A1 and 44. RGB value is (205,161,68). Sum of RGB (Red+Green+Blue) = 205+161+68=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 68 (26.95% from 255 or 15.67% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA144 is #325EBB. Grayscale: #A3A3A3. Windows color (decimal): -3301052 or 4497869. OLE color: 4497869.
HSL color Cylindrical-coordinate representation of color #CDA144: hue angle of 40.73º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDA144 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 68 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.20 |
| HSL | 40.73º | 0.58% | 0.54% | - |
| HSV(B) | 40.73º | 0.67% | 0.8% | - |
| XYZ | 38.97 | 38.89 | 10.92 | - |
| YUV | 163.55 | 74.08 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 68 | 0 | 0.21 | 0.67 | 0.20 | 40.73 | 0.58 | 0.54 |
| Hex | CD | A1 | 44 | 0 | 15 | 43 | 14 | 29 | 3A | 36 |
| Octal | 315 | 241 | 104 | 0 | 25 | 103 | 24 | 51 | 72 | 66 |
| Binary | 11001101 | 10100001 | 1000100 | 0 | 10101 | 1000011 | 10100 | 101001 | 111010 | 110110 |
Color Harmonies of #CDA144
Complementary color
Monochromatic Colors of #CDA144
Black with #CDA144
Text Example
Text Example
White with #CDA144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA144; }
p { color: rgb(205,161,68); }
H1.HeaderClassName
{
color: #CDA144;
}
.AnyTagClassName
{
color: #CDA144;
}
</style>
background-color css
<style>
a { background-color: #CDA144; }
a { background-color: rgb(205,161,68); }
div.DivClassName
{
background-color: #CDA144;
}
.BgClassName
{
background-color: #CDA144;
}
</style>
border-color css
<style>
span { border-color: #CDA144; }
span { border-color: rgb(205,161,68); }
td.TdClassName
{
border-color: #CDA144;
}
.TagClassName
{
border-color: #CDA144;
}
</style>