Shades of Sundance #CFB250
Tints of Sundance #CFB250
RGB
CMYK
RGB Variations
Color information
#CFB250 (or 0xCFB250) is known color: Sundance. HEX triplet: CF, B2 and 50. RGB value is (207,178,80). Sum of RGB (Red+Green+Blue) = 207+178+80=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 178 (69.92% from 255 or 38.28% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB250 is #304DAF. Grayscale: #AFAFAF. Windows color (decimal): -3165616 or 5288655. OLE color: 5288655.
HSL color Cylindrical-coordinate representation of color #CFB250: hue angle of 46.3º 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 #CFB250 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 80 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.19 |
| HSL | 46.3º | 0.57% | 0.56% | - |
| HSV(B) | 46.3º | 0.61% | 0.81% | - |
| XYZ | 43.1 | 45.69 | 14.14 | - |
| YUV | 175.5 | 74.11 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 80 | 0 | 0.14 | 0.61 | 0.19 | 46.3 | 0.57 | 0.56 |
| Hex | CF | B2 | 50 | 0 | E | 3D | 13 | 2E | 39 | 38 |
| Octal | 317 | 262 | 120 | 0 | 16 | 75 | 23 | 56 | 71 | 70 |
| Binary | 11001111 | 10110010 | 1010000 | 0 | 1110 | 111101 | 10011 | 101110 | 111001 | 111000 |
Color Harmonies of #CFB250
Complementary color
Monochromatic Colors of #CFB250
Black with #CFB250
Text Example
Text Example
White with #CFB250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB250; }
p { color: rgb(207,178,80); }
H1.HeaderClassName
{
color: #CFB250;
}
.AnyTagClassName
{
color: #CFB250;
}
</style>
background-color css
<style>
a { background-color: #CFB250; }
a { background-color: rgb(207,178,80); }
div.DivClassName
{
background-color: #CFB250;
}
.BgClassName
{
background-color: #CFB250;
}
</style>
border-color css
<style>
span { border-color: #CFB250; }
span { border-color: rgb(207,178,80); }
td.TdClassName
{
border-color: #CFB250;
}
.TagClassName
{
border-color: #CFB250;
}
</style>