Shades of Sundance #CDA548
Tints of Sundance #CDA548
RGB
CMYK
RGB Variations
Color information
#CDA548 (or 0xCDA548) is known color: Sundance. HEX triplet: CD, A5 and 48. RGB value is (205,165,72). Sum of RGB (Red+Green+Blue) = 205+165+72=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA548 is #325AB7. Grayscale: #A6A6A6. Windows color (decimal): -3300024 or 4761037. OLE color: 4761037.
HSL color Cylindrical-coordinate representation of color #CDA548: hue angle of 41.95º 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 #CDA548 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 72 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.20 |
| HSL | 41.95º | 0.57% | 0.54% | - |
| HSV(B) | 41.95º | 0.65% | 0.8% | - |
| XYZ | 39.8 | 40.36 | 11.82 | - |
| YUV | 166.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 72 | 0 | 0.20 | 0.65 | 0.20 | 41.95 | 0.57 | 0.54 |
| Hex | CD | A5 | 48 | 0 | 14 | 41 | 14 | 2A | 39 | 36 |
| Octal | 315 | 245 | 110 | 0 | 24 | 101 | 24 | 52 | 71 | 66 |
| Binary | 11001101 | 10100101 | 1001000 | 0 | 10100 | 1000001 | 10100 | 101010 | 111001 | 110110 |
Color Harmonies of #CDA548
Complementary color
Monochromatic Colors of #CDA548
Black with #CDA548
Text Example
Text Example
White with #CDA548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA548; }
p { color: rgb(205,165,72); }
H1.HeaderClassName
{
color: #CDA548;
}
.AnyTagClassName
{
color: #CDA548;
}
</style>
background-color css
<style>
a { background-color: #CDA548; }
a { background-color: rgb(205,165,72); }
div.DivClassName
{
background-color: #CDA548;
}
.BgClassName
{
background-color: #CDA548;
}
</style>
border-color css
<style>
span { border-color: #CDA548; }
span { border-color: rgb(205,165,72); }
td.TdClassName
{
border-color: #CDA548;
}
.TagClassName
{
border-color: #CDA548;
}
</style>