Shades of Sundance #CDA04C
Tints of Sundance #CDA04C
RGB
CMYK
RGB Variations
Color information
#CDA04C (or 0xCDA04C) is known color: Sundance. HEX triplet: CD, A0 and 4C. RGB value is (205,160,76). Sum of RGB (Red+Green+Blue) = 205+160+76=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA04C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA04C is #325FB3. Grayscale: #A4A4A4. Windows color (decimal): -3301300 or 5021901. OLE color: 5021901.
HSL color Cylindrical-coordinate representation of color #CDA04C: hue angle of 39.07º 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 #CDA04C is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 76 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.20 |
| HSL | 39.07º | 0.56% | 0.55% | - |
| HSV(B) | 39.07º | 0.63% | 0.8% | - |
| XYZ | 39.05 | 38.64 | 12.24 | - |
| YUV | 163.88 | 78.41 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 76 | 0 | 0.22 | 0.63 | 0.20 | 39.07 | 0.56 | 0.55 |
| Hex | CD | A0 | 4C | 0 | 16 | 3F | 14 | 27 | 38 | 37 |
| Octal | 315 | 240 | 114 | 0 | 26 | 77 | 24 | 47 | 70 | 67 |
| Binary | 11001101 | 10100000 | 1001100 | 0 | 10110 | 111111 | 10100 | 100111 | 111000 | 110111 |
Color Harmonies of #CDA04C
Complementary color
Monochromatic Colors of #CDA04C
Black with #CDA04C
Text Example
Text Example
White with #CDA04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA04C; }
p { color: rgb(205,160,76); }
H1.HeaderClassName
{
color: #CDA04C;
}
.AnyTagClassName
{
color: #CDA04C;
}
</style>
background-color css
<style>
a { background-color: #CDA04C; }
a { background-color: rgb(205,160,76); }
div.DivClassName
{
background-color: #CDA04C;
}
.BgClassName
{
background-color: #CDA04C;
}
</style>
border-color css
<style>
span { border-color: #CDA04C; }
span { border-color: rgb(205,160,76); }
td.TdClassName
{
border-color: #CDA04C;
}
.TagClassName
{
border-color: #CDA04C;
}
</style>