Shades of Sundance #CFA245
Tints of Sundance #CFA245
RGB
CMYK
RGB Variations
Color information
#CFA245 (or 0xCFA245) is known color: Sundance. HEX triplet: CF, A2 and 45. RGB value is (207,162,69). Sum of RGB (Red+Green+Blue) = 207+162+69=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 69 (27.34% from 255 or 15.75% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA245 is #305DBA. Grayscale: #A5A5A5. Windows color (decimal): -3169723 or 4563663. OLE color: 4563663.
HSL color Cylindrical-coordinate representation of color #CFA245: hue angle of 40.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CFA245 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 69 | - |
| CMYK | 0 | 0.22 | 0.67 | 0.19 |
| HSL | 40.43º | 0.59% | 0.54% | - |
| HSV(B) | 40.43º | 0.67% | 0.81% | - |
| XYZ | 39.73 | 39.54 | 11.17 | - |
| YUV | 164.85 | 73.91 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 69 | 0 | 0.22 | 0.67 | 0.19 | 40.43 | 0.59 | 0.54 |
| Hex | CF | A2 | 45 | 0 | 16 | 43 | 13 | 28 | 3B | 36 |
| Octal | 317 | 242 | 105 | 0 | 26 | 103 | 23 | 50 | 73 | 66 |
| Binary | 11001111 | 10100010 | 1000101 | 0 | 10110 | 1000011 | 10011 | 101000 | 111011 | 110110 |
Color Harmonies of #CFA245
Complementary color
Monochromatic Colors of #CFA245
Black with #CFA245
Text Example
Text Example
White with #CFA245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA245; }
p { color: rgb(207,162,69); }
H1.HeaderClassName
{
color: #CFA245;
}
.AnyTagClassName
{
color: #CFA245;
}
</style>
background-color css
<style>
a { background-color: #CFA245; }
a { background-color: rgb(207,162,69); }
div.DivClassName
{
background-color: #CFA245;
}
.BgClassName
{
background-color: #CFA245;
}
</style>
border-color css
<style>
span { border-color: #CFA245; }
span { border-color: rgb(207,162,69); }
td.TdClassName
{
border-color: #CFA245;
}
.TagClassName
{
border-color: #CFA245;
}
</style>