Shades of Sundance #CFA44D
Tints of Sundance #CFA44D
RGB
CMYK
RGB Variations
Color information
#CFA44D (or 0xCFA44D) is known color: Sundance. HEX triplet: CF, A4 and 4D. RGB value is (207,164,77). Sum of RGB (Red+Green+Blue) = 207+164+77=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA44D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA44D is #305BB2. Grayscale: #A7A7A7. Windows color (decimal): -3169203 or 5088463. OLE color: 5088463.
HSL color Cylindrical-coordinate representation of color #CFA44D: hue angle of 40.15º 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 #CFA44D is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 77 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.19 |
| HSL | 40.15º | 0.58% | 0.56% | - |
| HSV(B) | 40.15º | 0.63% | 0.81% | - |
| XYZ | 40.35 | 40.35 | 12.68 | - |
| YUV | 166.94 | 77.25 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 77 | 0 | 0.21 | 0.63 | 0.19 | 40.15 | 0.58 | 0.56 |
| Hex | CF | A4 | 4D | 0 | 15 | 3F | 13 | 28 | 3A | 38 |
| Octal | 317 | 244 | 115 | 0 | 25 | 77 | 23 | 50 | 72 | 70 |
| Binary | 11001111 | 10100100 | 1001101 | 0 | 10101 | 111111 | 10011 | 101000 | 111010 | 111000 |
Color Harmonies of #CFA44D
Complementary color
Monochromatic Colors of #CFA44D
Black with #CFA44D
Text Example
Text Example
White with #CFA44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA44D; }
p { color: rgb(207,164,77); }
H1.HeaderClassName
{
color: #CFA44D;
}
.AnyTagClassName
{
color: #CFA44D;
}
</style>
background-color css
<style>
a { background-color: #CFA44D; }
a { background-color: rgb(207,164,77); }
div.DivClassName
{
background-color: #CFA44D;
}
.BgClassName
{
background-color: #CFA44D;
}
</style>
border-color css
<style>
span { border-color: #CFA44D; }
span { border-color: rgb(207,164,77); }
td.TdClassName
{
border-color: #CFA44D;
}
.TagClassName
{
border-color: #CFA44D;
}
</style>