Shades of Sundance #CFAB50
Tints of Sundance #CFAB50
RGB
CMYK
RGB Variations
Color information
#CFAB50 (or 0xCFAB50) is known color: Sundance. HEX triplet: CF, AB and 50. RGB value is (207,171,80). Sum of RGB (Red+Green+Blue) = 207+171+80=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB50 is #3054AF. Grayscale: #ABABAB. Windows color (decimal): -3167408 or 5286863. OLE color: 5286863.
HSL color Cylindrical-coordinate representation of color #CFAB50: hue angle of 42.99º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CFAB50 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 171 | 80 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.19 |
| HSL | 42.99º | 0.57% | 0.56% | - |
| HSV(B) | 42.99º | 0.61% | 0.81% | - |
| XYZ | 41.74 | 42.97 | 13.68 | - |
| YUV | 171.39 | 76.43 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 171 | 80 | 0 | 0.17 | 0.61 | 0.19 | 42.99 | 0.57 | 0.56 |
| Hex | CF | AB | 50 | 0 | 11 | 3D | 13 | 2B | 39 | 38 |
| Octal | 317 | 253 | 120 | 0 | 21 | 75 | 23 | 53 | 71 | 70 |
| Binary | 11001111 | 10101011 | 1010000 | 0 | 10001 | 111101 | 10011 | 101011 | 111001 | 111000 |
Color Harmonies of #CFAB50
Complementary color
Monochromatic Colors of #CFAB50
Black with #CFAB50
Text Example
Text Example
White with #CFAB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAB50; }
p { color: rgb(207,171,80); }
H1.HeaderClassName
{
color: #CFAB50;
}
.AnyTagClassName
{
color: #CFAB50;
}
</style>
background-color css
<style>
a { background-color: #CFAB50; }
a { background-color: rgb(207,171,80); }
div.DivClassName
{
background-color: #CFAB50;
}
.BgClassName
{
background-color: #CFAB50;
}
</style>
border-color css
<style>
span { border-color: #CFAB50; }
span { border-color: rgb(207,171,80); }
td.TdClassName
{
border-color: #CFAB50;
}
.TagClassName
{
border-color: #CFAB50;
}
</style>