Shades of Sundance #CFA94A
Tints of Sundance #CFA94A
RGB
CMYK
RGB Variations
Color information
#CFA94A (or 0xCFA94A) is known color: Sundance. HEX triplet: CF, A9 and 4A. RGB value is (207,169,74). Sum of RGB (Red+Green+Blue) = 207+169+74=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 169 (66.41% from 255 or 37.56% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA94A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA94A is #3056B5. Grayscale: #A9A9A9. Windows color (decimal): -3167926 or 4893135. OLE color: 4893135.
HSL color Cylindrical-coordinate representation of color #CFA94A: hue angle of 42.86º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFA94A is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 169 | 74 | - |
| CMYK | 0 | 0.18 | 0.64 | 0.19 |
| HSL | 42.86º | 0.58% | 0.55% | - |
| HSV(B) | 42.86º | 0.64% | 0.81% | - |
| XYZ | 41.16 | 42.14 | 12.44 | - |
| YUV | 169.53 | 74.09 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 169 | 74 | 0 | 0.18 | 0.64 | 0.19 | 42.86 | 0.58 | 0.55 |
| Hex | CF | A9 | 4A | 0 | 12 | 40 | 13 | 2B | 3A | 37 |
| Octal | 317 | 251 | 112 | 0 | 22 | 100 | 23 | 53 | 72 | 67 |
| Binary | 11001111 | 10101001 | 1001010 | 0 | 10010 | 1000000 | 10011 | 101011 | 111010 | 110111 |
Color Harmonies of #CFA94A
Complementary color
Monochromatic Colors of #CFA94A
Black with #CFA94A
Text Example
Text Example
White with #CFA94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA94A; }
p { color: rgb(207,169,74); }
H1.HeaderClassName
{
color: #CFA94A;
}
.AnyTagClassName
{
color: #CFA94A;
}
</style>
background-color css
<style>
a { background-color: #CFA94A; }
a { background-color: rgb(207,169,74); }
div.DivClassName
{
background-color: #CFA94A;
}
.BgClassName
{
background-color: #CFA94A;
}
</style>
border-color css
<style>
span { border-color: #CFA94A; }
span { border-color: rgb(207,169,74); }
td.TdClassName
{
border-color: #CFA94A;
}
.TagClassName
{
border-color: #CFA94A;
}
</style>