Shades of Sundance #CDA84C
Tints of Sundance #CDA84C
RGB
CMYK
RGB Variations
Color information
#CDA84C (or 0xCDA84C) is known color: Sundance. HEX triplet: CD, A8 and 4C. RGB value is (205,168,76). Sum of RGB (Red+Green+Blue) = 205+168+76=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA84C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA84C is #3257B3. Grayscale: #A8A8A8. Windows color (decimal): -3299252 or 5023949. OLE color: 5023949.
HSL color Cylindrical-coordinate representation of color #CDA84C: hue angle of 42.79º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDA84C is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 76 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.20 |
| HSL | 42.79º | 0.56% | 0.55% | - |
| HSV(B) | 42.79º | 0.63% | 0.8% | - |
| XYZ | 40.48 | 41.51 | 12.72 | - |
| YUV | 168.58 | 75.76 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 76 | 0 | 0.18 | 0.63 | 0.20 | 42.79 | 0.56 | 0.55 |
| Hex | CD | A8 | 4C | 0 | 12 | 3F | 14 | 2B | 38 | 37 |
| Octal | 315 | 250 | 114 | 0 | 22 | 77 | 24 | 53 | 70 | 67 |
| Binary | 11001101 | 10101000 | 1001100 | 0 | 10010 | 111111 | 10100 | 101011 | 111000 | 110111 |
Color Harmonies of #CDA84C
Complementary color
Monochromatic Colors of #CDA84C
Black with #CDA84C
Text Example
Text Example
White with #CDA84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA84C; }
p { color: rgb(205,168,76); }
H1.HeaderClassName
{
color: #CDA84C;
}
.AnyTagClassName
{
color: #CDA84C;
}
</style>
background-color css
<style>
a { background-color: #CDA84C; }
a { background-color: rgb(205,168,76); }
div.DivClassName
{
background-color: #CDA84C;
}
.BgClassName
{
background-color: #CDA84C;
}
</style>
border-color css
<style>
span { border-color: #CDA84C; }
span { border-color: rgb(205,168,76); }
td.TdClassName
{
border-color: #CDA84C;
}
.TagClassName
{
border-color: #CDA84C;
}
</style>