Shades of Sundance #CFA444
Tints of Sundance #CFA444
RGB
CMYK
RGB Variations
Color information
#CFA444 (or 0xCFA444) is known color: Sundance. HEX triplet: CF, A4 and 44. RGB value is (207,164,68). Sum of RGB (Red+Green+Blue) = 207+164+68=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA444 is #305BBB. Grayscale: #A6A6A6. Windows color (decimal): -3169212 or 4498639. OLE color: 4498639.
HSL color Cylindrical-coordinate representation of color #CFA444: hue angle of 41.44º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFA444 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 68 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.19 |
| HSL | 41.44º | 0.59% | 0.54% | - |
| HSV(B) | 41.44º | 0.67% | 0.81% | - |
| XYZ | 40.05 | 40.23 | 11.12 | - |
| YUV | 165.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 68 | 0 | 0.21 | 0.67 | 0.19 | 41.44 | 0.59 | 0.54 |
| Hex | CF | A4 | 44 | 0 | 15 | 43 | 13 | 29 | 3B | 36 |
| Octal | 317 | 244 | 104 | 0 | 25 | 103 | 23 | 51 | 73 | 66 |
| Binary | 11001111 | 10100100 | 1000100 | 0 | 10101 | 1000011 | 10011 | 101001 | 111011 | 110110 |
Color Harmonies of #CFA444
Complementary color
Monochromatic Colors of #CFA444
Black with #CFA444
Text Example
Text Example
White with #CFA444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA444; }
p { color: rgb(207,164,68); }
H1.HeaderClassName
{
color: #CFA444;
}
.AnyTagClassName
{
color: #CFA444;
}
</style>
background-color css
<style>
a { background-color: #CFA444; }
a { background-color: rgb(207,164,68); }
div.DivClassName
{
background-color: #CFA444;
}
.BgClassName
{
background-color: #CFA444;
}
</style>
border-color css
<style>
span { border-color: #CFA444; }
span { border-color: rgb(207,164,68); }
td.TdClassName
{
border-color: #CFA444;
}
.TagClassName
{
border-color: #CFA444;
}
</style>