Shades of Sundance #CDA848
Tints of Sundance #CDA848
RGB
CMYK
RGB Variations
Color information
#CDA848 (or 0xCDA848) is known color: Sundance. HEX triplet: CD, A8 and 48. RGB value is (205,168,72). Sum of RGB (Red+Green+Blue) = 205+168+72=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA848 is #3257B7. Grayscale: #A8A8A8. Windows color (decimal): -3299256 or 4761805. OLE color: 4761805.
HSL color Cylindrical-coordinate representation of color #CDA848: hue angle of 43.31º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDA848 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 72 | - |
| CMYK | 0 | 0.18 | 0.65 | 0.20 |
| HSL | 43.31º | 0.57% | 0.54% | - |
| HSV(B) | 43.31º | 0.65% | 0.8% | - |
| XYZ | 40.35 | 41.45 | 12.01 | - |
| YUV | 168.12 | 73.76 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 72 | 0 | 0.18 | 0.65 | 0.20 | 43.31 | 0.57 | 0.54 |
| Hex | CD | A8 | 48 | 0 | 12 | 41 | 14 | 2B | 39 | 36 |
| Octal | 315 | 250 | 110 | 0 | 22 | 101 | 24 | 53 | 71 | 66 |
| Binary | 11001101 | 10101000 | 1001000 | 0 | 10010 | 1000001 | 10100 | 101011 | 111001 | 110110 |
Color Harmonies of #CDA848
Complementary color
Monochromatic Colors of #CDA848
Black with #CDA848
Text Example
Text Example
White with #CDA848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA848; }
p { color: rgb(205,168,72); }
H1.HeaderClassName
{
color: #CDA848;
}
.AnyTagClassName
{
color: #CDA848;
}
</style>
background-color css
<style>
a { background-color: #CDA848; }
a { background-color: rgb(205,168,72); }
div.DivClassName
{
background-color: #CDA848;
}
.BgClassName
{
background-color: #CDA848;
}
</style>
border-color css
<style>
span { border-color: #CDA848; }
span { border-color: rgb(205,168,72); }
td.TdClassName
{
border-color: #CDA848;
}
.TagClassName
{
border-color: #CDA848;
}
</style>