Shades of Sundance #CDAF49
Tints of Sundance #CDAF49
RGB
CMYK
RGB Variations
Color information
#CDAF49 (or 0xCDAF49) is known color: Sundance. HEX triplet: CD, AF and 49. RGB value is (205,175,73). Sum of RGB (Red+Green+Blue) = 205+175+73=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAF49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAF49 is #3250B6. Grayscale: #ACACAC. Windows color (decimal): -3297463 or 4829133. OLE color: 4829133.
HSL color Cylindrical-coordinate representation of color #CDAF49: hue angle of 46.36º 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 #CDAF49 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 175 | 73 | - |
| CMYK | 0 | 0.15 | 0.64 | 0.20 |
| HSL | 46.36º | 0.57% | 0.55% | - |
| HSV(B) | 46.36º | 0.64% | 0.8% | - |
| XYZ | 41.71 | 44.12 | 12.62 | - |
| YUV | 172.34 | 71.94 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 175 | 73 | 0 | 0.15 | 0.64 | 0.20 | 46.36 | 0.57 | 0.55 |
| Hex | CD | AF | 49 | 0 | F | 40 | 14 | 2E | 39 | 37 |
| Octal | 315 | 257 | 111 | 0 | 17 | 100 | 24 | 56 | 71 | 67 |
| Binary | 11001101 | 10101111 | 1001001 | 0 | 1111 | 1000000 | 10100 | 101110 | 111001 | 110111 |
Color Harmonies of #CDAF49
Complementary color
Monochromatic Colors of #CDAF49
Black with #CDAF49
Text Example
Text Example
White with #CDAF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAF49; }
p { color: rgb(205,175,73); }
H1.HeaderClassName
{
color: #CDAF49;
}
.AnyTagClassName
{
color: #CDAF49;
}
</style>
background-color css
<style>
a { background-color: #CDAF49; }
a { background-color: rgb(205,175,73); }
div.DivClassName
{
background-color: #CDAF49;
}
.BgClassName
{
background-color: #CDAF49;
}
</style>
border-color css
<style>
span { border-color: #CDAF49; }
span { border-color: rgb(205,175,73); }
td.TdClassName
{
border-color: #CDAF49;
}
.TagClassName
{
border-color: #CDAF49;
}
</style>