Shades of Sundance #CFB053
Tints of Sundance #CFB053
RGB
CMYK
RGB Variations
Color information
#CFB053 (or 0xCFB053) is known color: Sundance. HEX triplet: CF, B0 and 53. RGB value is (207,176,83). Sum of RGB (Red+Green+Blue) = 207+176+83=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 83 (32.81% from 255 or 17.81% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB053 is #304FAC. Grayscale: #AFAFAF. Windows color (decimal): -3166125 or 5484751. OLE color: 5484751.
HSL color Cylindrical-coordinate representation of color #CFB053: hue angle of 45º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFB053 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 176 | 83 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.19 |
| HSL | 45º | 0.56% | 0.57% | - |
| HSV(B) | 45º | 0.6% | 0.81% | - |
| XYZ | 42.82 | 44.94 | 14.6 | - |
| YUV | 174.67 | 76.27 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 176 | 83 | 0 | 0.15 | 0.60 | 0.19 | 45 | 0.56 | 0.57 |
| Hex | CF | B0 | 53 | 0 | F | 3C | 13 | 2D | 38 | 39 |
| Octal | 317 | 260 | 123 | 0 | 17 | 74 | 23 | 55 | 70 | 71 |
| Binary | 11001111 | 10110000 | 1010011 | 0 | 1111 | 111100 | 10011 | 101101 | 111000 | 111001 |
Color Harmonies of #CFB053
Complementary color
Monochromatic Colors of #CFB053
Black with #CFB053
Text Example
Text Example
White with #CFB053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB053; }
p { color: rgb(207,176,83); }
H1.HeaderClassName
{
color: #CFB053;
}
.AnyTagClassName
{
color: #CFB053;
}
</style>
background-color css
<style>
a { background-color: #CFB053; }
a { background-color: rgb(207,176,83); }
div.DivClassName
{
background-color: #CFB053;
}
.BgClassName
{
background-color: #CFB053;
}
</style>
border-color css
<style>
span { border-color: #CFB053; }
span { border-color: rgb(207,176,83); }
td.TdClassName
{
border-color: #CFB053;
}
.TagClassName
{
border-color: #CFB053;
}
</style>