Shades of Sundance #CDA143
Tints of Sundance #CDA143
RGB
CMYK
RGB Variations
Color information
#CDA143 (or 0xCDA143) is known color: Sundance. HEX triplet: CD, A1 and 43. RGB value is (205,161,67). Sum of RGB (Red+Green+Blue) = 205+161+67=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 67 (26.56% from 255 or 15.47% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA143 is #325EBC. Grayscale: #A3A3A3. Windows color (decimal): -3301053 or 4432333. OLE color: 4432333.
HSL color Cylindrical-coordinate representation of color #CDA143: hue angle of 40.87º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDA143 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 67 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.20 |
| HSL | 40.87º | 0.58% | 0.53% | - |
| HSV(B) | 40.87º | 0.67% | 0.8% | - |
| XYZ | 38.93 | 38.87 | 10.76 | - |
| YUV | 163.44 | 73.58 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 67 | 0 | 0.21 | 0.67 | 0.20 | 40.87 | 0.58 | 0.53 |
| Hex | CD | A1 | 43 | 0 | 15 | 43 | 14 | 29 | 3A | 35 |
| Octal | 315 | 241 | 103 | 0 | 25 | 103 | 24 | 51 | 72 | 65 |
| Binary | 11001101 | 10100001 | 1000011 | 0 | 10101 | 1000011 | 10100 | 101001 | 111010 | 110101 |
Color Harmonies of #CDA143
Complementary color
Monochromatic Colors of #CDA143
Black with #CDA143
Text Example
Text Example
White with #CDA143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA143; }
p { color: rgb(205,161,67); }
H1.HeaderClassName
{
color: #CDA143;
}
.AnyTagClassName
{
color: #CDA143;
}
</style>
background-color css
<style>
a { background-color: #CDA143; }
a { background-color: rgb(205,161,67); }
div.DivClassName
{
background-color: #CDA143;
}
.BgClassName
{
background-color: #CDA143;
}
</style>
border-color css
<style>
span { border-color: #CDA143; }
span { border-color: rgb(205,161,67); }
td.TdClassName
{
border-color: #CDA143;
}
.TagClassName
{
border-color: #CDA143;
}
</style>