Shades of Sundance #CDA94C
Tints of Sundance #CDA94C
RGB
CMYK
RGB Variations
Color information
#CDA94C (or 0xCDA94C) is known color: Sundance. HEX triplet: CD, A9 and 4C. RGB value is (205,169,76). Sum of RGB (Red+Green+Blue) = 205+169+76=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 76 (30.08% from 255 or 16.89% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA94C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDA94C is #3256B3. Grayscale: #A9A9A9. Windows color (decimal): -3298996 or 5024205. OLE color: 5024205.
HSL color Cylindrical-coordinate representation of color #CDA94C: hue angle of 43.26º 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 #CDA94C is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 76 | - |
| CMYK | 0 | 0.18 | 0.63 | 0.20 |
| HSL | 43.26º | 0.56% | 0.55% | - |
| HSV(B) | 43.26º | 0.63% | 0.8% | - |
| XYZ | 40.67 | 41.88 | 12.78 | - |
| YUV | 169.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 76 | 0 | 0.18 | 0.63 | 0.20 | 43.26 | 0.56 | 0.55 |
| Hex | CD | A9 | 4C | 0 | 12 | 3F | 14 | 2B | 38 | 37 |
| Octal | 315 | 251 | 114 | 0 | 22 | 77 | 24 | 53 | 70 | 67 |
| Binary | 11001101 | 10101001 | 1001100 | 0 | 10010 | 111111 | 10100 | 101011 | 111000 | 110111 |
Color Harmonies of #CDA94C
Complementary color
Monochromatic Colors of #CDA94C
Black with #CDA94C
Text Example
Text Example
White with #CDA94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA94C; }
p { color: rgb(205,169,76); }
H1.HeaderClassName
{
color: #CDA94C;
}
.AnyTagClassName
{
color: #CDA94C;
}
</style>
background-color css
<style>
a { background-color: #CDA94C; }
a { background-color: rgb(205,169,76); }
div.DivClassName
{
background-color: #CDA94C;
}
.BgClassName
{
background-color: #CDA94C;
}
</style>
border-color css
<style>
span { border-color: #CDA94C; }
span { border-color: rgb(205,169,76); }
td.TdClassName
{
border-color: #CDA94C;
}
.TagClassName
{
border-color: #CDA94C;
}
</style>