Shades of Sundance #CFB34D
Tints of Sundance #CFB34D
RGB
CMYK
RGB Variations
Color information
#CFB34D (or 0xCFB34D) is known color: Sundance. HEX triplet: CF, B3 and 4D. RGB value is (207,179,77). Sum of RGB (Red+Green+Blue) = 207+179+77=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB34D is #304CB2. Grayscale: #B0B0B0. Windows color (decimal): -3165363 or 5092303. OLE color: 5092303.
HSL color Cylindrical-coordinate representation of color #CFB34D: hue angle of 47.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CFB34D is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 77 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.19 |
| HSL | 47.08º | 0.58% | 0.56% | - |
| HSV(B) | 47.08º | 0.63% | 0.81% | - |
| XYZ | 43.19 | 46.04 | 13.63 | - |
| YUV | 175.74 | 72.28 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 77 | 0 | 0.14 | 0.63 | 0.19 | 47.08 | 0.58 | 0.56 |
| Hex | CF | B3 | 4D | 0 | E | 3F | 13 | 2F | 3A | 38 |
| Octal | 317 | 263 | 115 | 0 | 16 | 77 | 23 | 57 | 72 | 70 |
| Binary | 11001111 | 10110011 | 1001101 | 0 | 1110 | 111111 | 10011 | 101111 | 111010 | 111000 |
Color Harmonies of #CFB34D
Complementary color
Monochromatic Colors of #CFB34D
Black with #CFB34D
Text Example
Text Example
White with #CFB34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB34D; }
p { color: rgb(207,179,77); }
H1.HeaderClassName
{
color: #CFB34D;
}
.AnyTagClassName
{
color: #CFB34D;
}
</style>
background-color css
<style>
a { background-color: #CFB34D; }
a { background-color: rgb(207,179,77); }
div.DivClassName
{
background-color: #CFB34D;
}
.BgClassName
{
background-color: #CFB34D;
}
</style>
border-color css
<style>
span { border-color: #CFB34D; }
span { border-color: rgb(207,179,77); }
td.TdClassName
{
border-color: #CFB34D;
}
.TagClassName
{
border-color: #CFB34D;
}
</style>