Shades of Sundance #CFB350
Tints of Sundance #CFB350
RGB
CMYK
RGB Variations
Color information
#CFB350 (or 0xCFB350) is known color: Sundance. HEX triplet: CF, B3 and 50. RGB value is (207,179,80). Sum of RGB (Red+Green+Blue) = 207+179+80=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 179 (70.31% from 255 or 38.41% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB350 is #304CAF. Grayscale: #B0B0B0. Windows color (decimal): -3165360 or 5288911. OLE color: 5288911.
HSL color Cylindrical-coordinate representation of color #CFB350: hue angle of 46.77º 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 #CFB350 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 80 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.19 |
| HSL | 46.77º | 0.57% | 0.56% | - |
| HSV(B) | 46.77º | 0.61% | 0.81% | - |
| XYZ | 43.3 | 46.08 | 14.2 | - |
| YUV | 176.09 | 73.78 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 80 | 0 | 0.14 | 0.61 | 0.19 | 46.77 | 0.57 | 0.56 |
| Hex | CF | B3 | 50 | 0 | E | 3D | 13 | 2F | 39 | 38 |
| Octal | 317 | 263 | 120 | 0 | 16 | 75 | 23 | 57 | 71 | 70 |
| Binary | 11001111 | 10110011 | 1010000 | 0 | 1110 | 111101 | 10011 | 101111 | 111001 | 111000 |
Color Harmonies of #CFB350
Complementary color
Monochromatic Colors of #CFB350
Black with #CFB350
Text Example
Text Example
White with #CFB350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB350; }
p { color: rgb(207,179,80); }
H1.HeaderClassName
{
color: #CFB350;
}
.AnyTagClassName
{
color: #CFB350;
}
</style>
background-color css
<style>
a { background-color: #CFB350; }
a { background-color: rgb(207,179,80); }
div.DivClassName
{
background-color: #CFB350;
}
.BgClassName
{
background-color: #CFB350;
}
</style>
border-color css
<style>
span { border-color: #CFB350; }
span { border-color: rgb(207,179,80); }
td.TdClassName
{
border-color: #CFB350;
}
.TagClassName
{
border-color: #CFB350;
}
</style>