Shades of Sundance #CFA64D
Tints of Sundance #CFA64D
RGB
CMYK
RGB Variations
Color information
#CFA64D (or 0xCFA64D) is known color: Sundance. HEX triplet: CF, A6 and 4D. RGB value is (207,166,77). Sum of RGB (Red+Green+Blue) = 207+166+77=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 77 (30.47% from 255 or 17.11% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA64D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA64D is #3059B2. Grayscale: #A8A8A8. Windows color (decimal): -3168691 or 5088975. OLE color: 5088975.
HSL color Cylindrical-coordinate representation of color #CFA64D: hue angle of 41.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFA64D is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 77 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.19 |
| HSL | 41.08º | 0.58% | 0.56% | - |
| HSV(B) | 41.08º | 0.63% | 0.81% | - |
| XYZ | 40.71 | 41.07 | 12.8 | - |
| YUV | 168.11 | 76.58 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 77 | 0 | 0.20 | 0.63 | 0.19 | 41.08 | 0.58 | 0.56 |
| Hex | CF | A6 | 4D | 0 | 14 | 3F | 13 | 29 | 3A | 38 |
| Octal | 317 | 246 | 115 | 0 | 24 | 77 | 23 | 51 | 72 | 70 |
| Binary | 11001111 | 10100110 | 1001101 | 0 | 10100 | 111111 | 10011 | 101001 | 111010 | 111000 |
Color Harmonies of #CFA64D
Complementary color
Monochromatic Colors of #CFA64D
Black with #CFA64D
Text Example
Text Example
White with #CFA64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA64D; }
p { color: rgb(207,166,77); }
H1.HeaderClassName
{
color: #CFA64D;
}
.AnyTagClassName
{
color: #CFA64D;
}
</style>
background-color css
<style>
a { background-color: #CFA64D; }
a { background-color: rgb(207,166,77); }
div.DivClassName
{
background-color: #CFA64D;
}
.BgClassName
{
background-color: #CFA64D;
}
</style>
border-color css
<style>
span { border-color: #CFA64D; }
span { border-color: rgb(207,166,77); }
td.TdClassName
{
border-color: #CFA64D;
}
.TagClassName
{
border-color: #CFA64D;
}
</style>