Shades of Sundance #CFA54D
Tints of Sundance #CFA54D
RGB
CMYK
RGB Variations
Color information
#CFA54D (or 0xCFA54D) is known color: Sundance. HEX triplet: CF, A5 and 4D. RGB value is (207,165,77). Sum of RGB (Red+Green+Blue) = 207+165+77=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA54D is #305AB2. Grayscale: #A7A7A7. Windows color (decimal): -3168947 or 5088719. OLE color: 5088719.
HSL color Cylindrical-coordinate representation of color #CFA54D: hue angle of 40.62º 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 #CFA54D is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 77 | - |
| CMYK | 0 | 0.20 | 0.63 | 0.19 |
| HSL | 40.62º | 0.58% | 0.56% | - |
| HSV(B) | 40.62º | 0.63% | 0.81% | - |
| XYZ | 40.53 | 40.71 | 12.74 | - |
| YUV | 167.53 | 76.91 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 77 | 0 | 0.20 | 0.63 | 0.19 | 40.62 | 0.58 | 0.56 |
| Hex | CF | A5 | 4D | 0 | 14 | 3F | 13 | 29 | 3A | 38 |
| Octal | 317 | 245 | 115 | 0 | 24 | 77 | 23 | 51 | 72 | 70 |
| Binary | 11001111 | 10100101 | 1001101 | 0 | 10100 | 111111 | 10011 | 101001 | 111010 | 111000 |
Color Harmonies of #CFA54D
Complementary color
Monochromatic Colors of #CFA54D
Black with #CFA54D
Text Example
Text Example
White with #CFA54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA54D; }
p { color: rgb(207,165,77); }
H1.HeaderClassName
{
color: #CFA54D;
}
.AnyTagClassName
{
color: #CFA54D;
}
</style>
background-color css
<style>
a { background-color: #CFA54D; }
a { background-color: rgb(207,165,77); }
div.DivClassName
{
background-color: #CFA54D;
}
.BgClassName
{
background-color: #CFA54D;
}
</style>
border-color css
<style>
span { border-color: #CFA54D; }
span { border-color: rgb(207,165,77); }
td.TdClassName
{
border-color: #CFA54D;
}
.TagClassName
{
border-color: #CFA54D;
}
</style>