Shades of Sundance #CFAB4E
Tints of Sundance #CFAB4E
RGB
CMYK
RGB Variations
Color information
#CFAB4E (or 0xCFAB4E) is known color: Sundance. HEX triplet: CF, AB and 4E. RGB value is (207,171,78). Sum of RGB (Red+Green+Blue) = 207+171+78=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB4E is #3054B1. Grayscale: #ABABAB. Windows color (decimal): -3167410 or 5155791. OLE color: 5155791.
HSL color Cylindrical-coordinate representation of color #CFAB4E: hue angle of 43.26º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFAB4E is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 78 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.19 |
| HSL | 43.26º | 0.57% | 0.56% | - |
| HSV(B) | 43.26º | 0.62% | 0.81% | - |
| XYZ | 41.67 | 42.94 | 13.3 | - |
| YUV | 171.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 78 | 0 | 0.17 | 0.62 | 0.19 | 43.26 | 0.57 | 0.56 |
| Hex | CF | AB | 4E | 0 | 11 | 3E | 13 | 2B | 39 | 38 |
| Octal | 317 | 253 | 116 | 0 | 21 | 76 | 23 | 53 | 71 | 70 |
| Binary | 11001111 | 10101011 | 1001110 | 0 | 10001 | 111110 | 10011 | 101011 | 111001 | 111000 |
Color Harmonies of #CFAB4E
Complementary color
Monochromatic Colors of #CFAB4E
Black with #CFAB4E
Text Example
Text Example
White with #CFAB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB4E; }
p { color: rgb(207,171,78); }
H1.HeaderClassName
{
color: #CFAB4E;
}
.AnyTagClassName
{
color: #CFAB4E;
}
</style>
background-color css
<style>
a { background-color: #CFAB4E; }
a { background-color: rgb(207,171,78); }
div.DivClassName
{
background-color: #CFAB4E;
}
.BgClassName
{
background-color: #CFAB4E;
}
</style>
border-color css
<style>
span { border-color: #CFAB4E; }
span { border-color: rgb(207,171,78); }
td.TdClassName
{
border-color: #CFAB4E;
}
.TagClassName
{
border-color: #CFAB4E;
}
</style>