Shades of Sundance #CFB84E
Tints of Sundance #CFB84E
RGB
CMYK
RGB Variations
Color information
#CFB84E (or 0xCFB84E) is known color: Sundance. HEX triplet: CF, B8 and 4E. RGB value is (207,184,78). Sum of RGB (Red+Green+Blue) = 207+184+78=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB84E is #3047B1. Grayscale: #B3B3B3. Windows color (decimal): -3164082 or 5159119. OLE color: 5159119.
HSL color Cylindrical-coordinate representation of color #CFB84E: hue angle of 49.3º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFB84E is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 78 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.19 |
| HSL | 49.3º | 0.57% | 0.56% | - |
| HSV(B) | 49.3º | 0.62% | 0.81% | - |
| XYZ | 44.25 | 48.1 | 14.16 | - |
| YUV | 178.79 | 71.12 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 78 | 0 | 0.11 | 0.62 | 0.19 | 49.3 | 0.57 | 0.56 |
| Hex | CF | B8 | 4E | 0 | B | 3E | 13 | 31 | 39 | 38 |
| Octal | 317 | 270 | 116 | 0 | 13 | 76 | 23 | 61 | 71 | 70 |
| Binary | 11001111 | 10111000 | 1001110 | 0 | 1011 | 111110 | 10011 | 110001 | 111001 | 111000 |
Color Harmonies of #CFB84E
Complementary color
Monochromatic Colors of #CFB84E
Black with #CFB84E
Text Example
Text Example
White with #CFB84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB84E; }
p { color: rgb(207,184,78); }
H1.HeaderClassName
{
color: #CFB84E;
}
.AnyTagClassName
{
color: #CFB84E;
}
</style>
background-color css
<style>
a { background-color: #CFB84E; }
a { background-color: rgb(207,184,78); }
div.DivClassName
{
background-color: #CFB84E;
}
.BgClassName
{
background-color: #CFB84E;
}
</style>
border-color css
<style>
span { border-color: #CFB84E; }
span { border-color: rgb(207,184,78); }
td.TdClassName
{
border-color: #CFB84E;
}
.TagClassName
{
border-color: #CFB84E;
}
</style>