Shades of Sundance #CFA649
Tints of Sundance #CFA649
RGB
CMYK
RGB Variations
Color information
#CFA649 (or 0xCFA649) is known color: Sundance. HEX triplet: CF, A6 and 49. RGB value is (207,166,73). Sum of RGB (Red+Green+Blue) = 207+166+73=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 166 (65.23% from 255 or 37.22% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA649 is #3059B6. Grayscale: #A8A8A8. Windows color (decimal): -3168695 or 4826831. OLE color: 4826831.
HSL color Cylindrical-coordinate representation of color #CFA649: hue angle of 41.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFA649 is Cyan = 0, Magento = 0.20, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 73 | - |
| CMYK | 0 | 0.20 | 0.65 | 0.19 |
| HSL | 41.64º | 0.58% | 0.55% | - |
| HSV(B) | 41.64º | 0.65% | 0.81% | - |
| XYZ | 40.57 | 41.02 | 12.08 | - |
| YUV | 167.66 | 74.58 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 73 | 0 | 0.20 | 0.65 | 0.19 | 41.64 | 0.58 | 0.55 |
| Hex | CF | A6 | 49 | 0 | 14 | 41 | 13 | 2A | 3A | 37 |
| Octal | 317 | 246 | 111 | 0 | 24 | 101 | 23 | 52 | 72 | 67 |
| Binary | 11001111 | 10100110 | 1001001 | 0 | 10100 | 1000001 | 10011 | 101010 | 111010 | 110111 |
Color Harmonies of #CFA649
Complementary color
Monochromatic Colors of #CFA649
Black with #CFA649
Text Example
Text Example
White with #CFA649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA649; }
p { color: rgb(207,166,73); }
H1.HeaderClassName
{
color: #CFA649;
}
.AnyTagClassName
{
color: #CFA649;
}
</style>
background-color css
<style>
a { background-color: #CFA649; }
a { background-color: rgb(207,166,73); }
div.DivClassName
{
background-color: #CFA649;
}
.BgClassName
{
background-color: #CFA649;
}
</style>
border-color css
<style>
span { border-color: #CFA649; }
span { border-color: rgb(207,166,73); }
td.TdClassName
{
border-color: #CFA649;
}
.TagClassName
{
border-color: #CFA649;
}
</style>