Shades of Sundance #CDA94A
Tints of Sundance #CDA94A
RGB
CMYK
RGB Variations
Color information
#CDA94A (or 0xCDA94A) is known color: Sundance. HEX triplet: CD, A9 and 4A. RGB value is (205,169,74). Sum of RGB (Red+Green+Blue) = 205+169+74=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 74 (29.30% from 255 or 16.52% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA94A is #3256B5. Grayscale: #A9A9A9. Windows color (decimal): -3298998 or 4893133. OLE color: 4893133.
HSL color Cylindrical-coordinate representation of color #CDA94A: hue angle of 43.51º 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 #CDA94A is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 74 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.20 |
| HSL | 43.51º | 0.57% | 0.55% | - |
| HSV(B) | 43.51º | 0.64% | 0.8% | - |
| XYZ | 40.6 | 41.85 | 12.42 | - |
| YUV | 168.93 | 74.43 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 74 | 0 | 0.18 | 0.64 | 0.20 | 43.51 | 0.57 | 0.55 |
| Hex | CD | A9 | 4A | 0 | 12 | 40 | 14 | 2C | 39 | 37 |
| Octal | 315 | 251 | 112 | 0 | 22 | 100 | 24 | 54 | 71 | 67 |
| Binary | 11001101 | 10101001 | 1001010 | 0 | 10010 | 1000000 | 10100 | 101100 | 111001 | 110111 |
Color Harmonies of #CDA94A
Complementary color
Monochromatic Colors of #CDA94A
Black with #CDA94A
Text Example
Text Example
White with #CDA94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA94A; }
p { color: rgb(205,169,74); }
H1.HeaderClassName
{
color: #CDA94A;
}
.AnyTagClassName
{
color: #CDA94A;
}
</style>
background-color css
<style>
a { background-color: #CDA94A; }
a { background-color: rgb(205,169,74); }
div.DivClassName
{
background-color: #CDA94A;
}
.BgClassName
{
background-color: #CDA94A;
}
</style>
border-color css
<style>
span { border-color: #CDA94A; }
span { border-color: rgb(205,169,74); }
td.TdClassName
{
border-color: #CDA94A;
}
.TagClassName
{
border-color: #CDA94A;
}
</style>