Shades of Sundance #CDA94F
Tints of Sundance #CDA94F
RGB
CMYK
RGB Variations
Color information
#CDA94F (or 0xCDA94F) is known color: Sundance. HEX triplet: CD, A9 and 4F. RGB value is (205,169,79). Sum of RGB (Red+Green+Blue) = 205+169+79=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA94F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA94F is #3256B0. Grayscale: #A9A9A9. Windows color (decimal): -3298993 or 5220813. OLE color: 5220813.
HSL color Cylindrical-coordinate representation of color #CDA94F: hue angle of 42.86º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDA94F is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 79 | - |
| CMYK | 0 | 0.18 | 0.61 | 0.20 |
| HSL | 42.86º | 0.56% | 0.56% | - |
| HSV(B) | 42.86º | 0.61% | 0.8% | - |
| XYZ | 40.78 | 41.92 | 13.34 | - |
| YUV | 169.5 | 76.93 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 79 | 0 | 0.18 | 0.61 | 0.20 | 42.86 | 0.56 | 0.56 |
| Hex | CD | A9 | 4F | 0 | 12 | 3D | 14 | 2B | 38 | 38 |
| Octal | 315 | 251 | 117 | 0 | 22 | 75 | 24 | 53 | 70 | 70 |
| Binary | 11001101 | 10101001 | 1001111 | 0 | 10010 | 111101 | 10100 | 101011 | 111000 | 111000 |
Color Harmonies of #CDA94F
Complementary color
Monochromatic Colors of #CDA94F
Black with #CDA94F
Text Example
Text Example
White with #CDA94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA94F; }
p { color: rgb(205,169,79); }
H1.HeaderClassName
{
color: #CDA94F;
}
.AnyTagClassName
{
color: #CDA94F;
}
</style>
background-color css
<style>
a { background-color: #CDA94F; }
a { background-color: rgb(205,169,79); }
div.DivClassName
{
background-color: #CDA94F;
}
.BgClassName
{
background-color: #CDA94F;
}
</style>
border-color css
<style>
span { border-color: #CDA94F; }
span { border-color: rgb(205,169,79); }
td.TdClassName
{
border-color: #CDA94F;
}
.TagClassName
{
border-color: #CDA94F;
}
</style>