Shades of Sundance #CFB050
Tints of Sundance #CFB050
RGB
CMYK
RGB Variations
Color information
#CFB050 (or 0xCFB050) is known color: Sundance. HEX triplet: CF, B0 and 50. RGB value is (207,176,80). Sum of RGB (Red+Green+Blue) = 207+176+80=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 176 (69.14% from 255 or 38.01% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB050 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB050 is #304FAF. Grayscale: #AEAEAE. Windows color (decimal): -3166128 or 5288143. OLE color: 5288143.
HSL color Cylindrical-coordinate representation of color #CFB050: hue angle of 45.35º 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 #CFB050 is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 80 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.19 |
| HSL | 45.35º | 0.57% | 0.56% | - |
| HSV(B) | 45.35º | 0.61% | 0.81% | - |
| XYZ | 42.71 | 44.9 | 14 | - |
| YUV | 174.33 | 74.77 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 80 | 0 | 0.15 | 0.61 | 0.19 | 45.35 | 0.57 | 0.56 |
| Hex | CF | B0 | 50 | 0 | F | 3D | 13 | 2D | 39 | 38 |
| Octal | 317 | 260 | 120 | 0 | 17 | 75 | 23 | 55 | 71 | 70 |
| Binary | 11001111 | 10110000 | 1010000 | 0 | 1111 | 111101 | 10011 | 101101 | 111001 | 111000 |
Color Harmonies of #CFB050
Complementary color
Monochromatic Colors of #CFB050
Black with #CFB050
Text Example
Text Example
White with #CFB050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB050; }
p { color: rgb(207,176,80); }
H1.HeaderClassName
{
color: #CFB050;
}
.AnyTagClassName
{
color: #CFB050;
}
</style>
background-color css
<style>
a { background-color: #CFB050; }
a { background-color: rgb(207,176,80); }
div.DivClassName
{
background-color: #CFB050;
}
.BgClassName
{
background-color: #CFB050;
}
</style>
border-color css
<style>
span { border-color: #CFB050; }
span { border-color: rgb(207,176,80); }
td.TdClassName
{
border-color: #CFB050;
}
.TagClassName
{
border-color: #CFB050;
}
</style>