Shades of Sundance #CFA248
Tints of Sundance #CFA248
RGB
CMYK
RGB Variations
Color information
#CFA248 (or 0xCFA248) is known color: Sundance. HEX triplet: CF, A2 and 48. RGB value is (207,162,72). Sum of RGB (Red+Green+Blue) = 207+162+72=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA248 is #305DB7. Grayscale: #A5A5A5. Windows color (decimal): -3169720 or 4760271. OLE color: 4760271.
HSL color Cylindrical-coordinate representation of color #CFA248: hue angle of 40º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CFA248 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 72 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.19 |
| HSL | 40º | 0.58% | 0.55% | - |
| HSV(B) | 40º | 0.65% | 0.81% | - |
| XYZ | 39.82 | 39.57 | 11.67 | - |
| YUV | 165.2 | 75.41 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 72 | 0 | 0.22 | 0.65 | 0.19 | 40 | 0.58 | 0.55 |
| Hex | CF | A2 | 48 | 0 | 16 | 41 | 13 | 28 | 3A | 37 |
| Octal | 317 | 242 | 110 | 0 | 26 | 101 | 23 | 50 | 72 | 67 |
| Binary | 11001111 | 10100010 | 1001000 | 0 | 10110 | 1000001 | 10011 | 101000 | 111010 | 110111 |
Color Harmonies of #CFA248
Complementary color
Monochromatic Colors of #CFA248
Black with #CFA248
Text Example
Text Example
White with #CFA248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA248; }
p { color: rgb(207,162,72); }
H1.HeaderClassName
{
color: #CFA248;
}
.AnyTagClassName
{
color: #CFA248;
}
</style>
background-color css
<style>
a { background-color: #CFA248; }
a { background-color: rgb(207,162,72); }
div.DivClassName
{
background-color: #CFA248;
}
.BgClassName
{
background-color: #CFA248;
}
</style>
border-color css
<style>
span { border-color: #CFA248; }
span { border-color: rgb(207,162,72); }
td.TdClassName
{
border-color: #CFA248;
}
.TagClassName
{
border-color: #CFA248;
}
</style>