Shades of Sundance #CDA64A
Tints of Sundance #CDA64A
RGB
CMYK
RGB Variations
Color information
#CDA64A (or 0xCDA64A) is known color: Sundance. HEX triplet: CD, A6 and 4A. RGB value is (205,166,74). Sum of RGB (Red+Green+Blue) = 205+166+74=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA64A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA64A is #3259B5. Grayscale: #A7A7A7. Windows color (decimal): -3299766 or 4892365. OLE color: 4892365.
HSL color Cylindrical-coordinate representation of color #CDA64A: hue angle of 42.14º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDA64A is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 74 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.20 |
| HSL | 42.14º | 0.57% | 0.55% | - |
| HSV(B) | 42.14º | 0.64% | 0.8% | - |
| XYZ | 40.05 | 40.75 | 12.23 | - |
| YUV | 167.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 74 | 0 | 0.19 | 0.64 | 0.20 | 42.14 | 0.57 | 0.55 |
| Hex | CD | A6 | 4A | 0 | 13 | 40 | 14 | 2A | 39 | 37 |
| Octal | 315 | 246 | 112 | 0 | 23 | 100 | 24 | 52 | 71 | 67 |
| Binary | 11001101 | 10100110 | 1001010 | 0 | 10011 | 1000000 | 10100 | 101010 | 111001 | 110111 |
Color Harmonies of #CDA64A
Complementary color
Monochromatic Colors of #CDA64A
Black with #CDA64A
Text Example
Text Example
White with #CDA64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA64A; }
p { color: rgb(205,166,74); }
H1.HeaderClassName
{
color: #CDA64A;
}
.AnyTagClassName
{
color: #CDA64A;
}
</style>
background-color css
<style>
a { background-color: #CDA64A; }
a { background-color: rgb(205,166,74); }
div.DivClassName
{
background-color: #CDA64A;
}
.BgClassName
{
background-color: #CDA64A;
}
</style>
border-color css
<style>
span { border-color: #CDA64A; }
span { border-color: rgb(205,166,74); }
td.TdClassName
{
border-color: #CDA64A;
}
.TagClassName
{
border-color: #CDA64A;
}
</style>