Shades of Sundance #CFAB4F
Tints of Sundance #CFAB4F
RGB
CMYK
RGB Variations
Color information
#CFAB4F (or 0xCFAB4F) is known color: Sundance. HEX triplet: CF, AB and 4F. RGB value is (207,171,79). Sum of RGB (Red+Green+Blue) = 207+171+79=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 79 (31.25% from 255 or 17.29% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB4F is #3054B0. Grayscale: #ABABAB. Windows color (decimal): -3167409 or 5221327. OLE color: 5221327.
HSL color Cylindrical-coordinate representation of color #CFAB4F: hue angle of 43.12º 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 #CFAB4F is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 79 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.19 |
| HSL | 43.13º | 0.57% | 0.56% | - |
| HSV(B) | 43.13º | 0.62% | 0.81% | - |
| XYZ | 41.71 | 42.96 | 13.49 | - |
| YUV | 171.28 | 75.93 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 79 | 0 | 0.17 | 0.62 | 0.19 | 43.13 | 0.57 | 0.56 |
| Hex | CF | AB | 4F | 0 | 11 | 3E | 13 | 2B | 39 | 38 |
| Octal | 317 | 253 | 117 | 0 | 21 | 76 | 23 | 53 | 71 | 70 |
| Binary | 11001111 | 10101011 | 1001111 | 0 | 10001 | 111110 | 10011 | 101011 | 111001 | 111000 |
Color Harmonies of #CFAB4F
Complementary color
Monochromatic Colors of #CFAB4F
Black with #CFAB4F
Text Example
Text Example
White with #CFAB4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB4F; }
p { color: rgb(207,171,79); }
H1.HeaderClassName
{
color: #CFAB4F;
}
.AnyTagClassName
{
color: #CFAB4F;
}
</style>
background-color css
<style>
a { background-color: #CFAB4F; }
a { background-color: rgb(207,171,79); }
div.DivClassName
{
background-color: #CFAB4F;
}
.BgClassName
{
background-color: #CFAB4F;
}
</style>
border-color css
<style>
span { border-color: #CFAB4F; }
span { border-color: rgb(207,171,79); }
td.TdClassName
{
border-color: #CFAB4F;
}
.TagClassName
{
border-color: #CFAB4F;
}
</style>