Shades of Sundance #CFA84A
Tints of Sundance #CFA84A
RGB
CMYK
RGB Variations
Color information
#CFA84A (or 0xCFA84A) is known color: Sundance. HEX triplet: CF, A8 and 4A. RGB value is (207,168,74). Sum of RGB (Red+Green+Blue) = 207+168+74=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 74 (29.30% from 255 or 16.48% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA84A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA84A is #3057B5. Grayscale: #A9A9A9. Windows color (decimal): -3168182 or 4892879. OLE color: 4892879.
HSL color Cylindrical-coordinate representation of color #CFA84A: hue angle of 42.41º 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 #CFA84A is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 74 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.19 |
| HSL | 42.41º | 0.58% | 0.55% | - |
| HSV(B) | 42.41º | 0.64% | 0.81% | - |
| XYZ | 40.97 | 41.77 | 12.38 | - |
| YUV | 168.95 | 74.42 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 74 | 0 | 0.19 | 0.64 | 0.19 | 42.41 | 0.58 | 0.55 |
| Hex | CF | A8 | 4A | 0 | 13 | 40 | 13 | 2A | 3A | 37 |
| Octal | 317 | 250 | 112 | 0 | 23 | 100 | 23 | 52 | 72 | 67 |
| Binary | 11001111 | 10101000 | 1001010 | 0 | 10011 | 1000000 | 10011 | 101010 | 111010 | 110111 |
Color Harmonies of #CFA84A
Complementary color
Monochromatic Colors of #CFA84A
Black with #CFA84A
Text Example
Text Example
White with #CFA84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA84A; }
p { color: rgb(207,168,74); }
H1.HeaderClassName
{
color: #CFA84A;
}
.AnyTagClassName
{
color: #CFA84A;
}
</style>
background-color css
<style>
a { background-color: #CFA84A; }
a { background-color: rgb(207,168,74); }
div.DivClassName
{
background-color: #CFA84A;
}
.BgClassName
{
background-color: #CFA84A;
}
</style>
border-color css
<style>
span { border-color: #CFA84A; }
span { border-color: rgb(207,168,74); }
td.TdClassName
{
border-color: #CFA84A;
}
.TagClassName
{
border-color: #CFA84A;
}
</style>