Shades of Sundance #CFB74D
Tints of Sundance #CFB74D
RGB
CMYK
RGB Variations
Color information
#CFB74D (or 0xCFB74D) is known color: Sundance. HEX triplet: CF, B7 and 4D. RGB value is (207,183,77). Sum of RGB (Red+Green+Blue) = 207+183+77=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB74D is #3048B2. Grayscale: #B2B2B2. Windows color (decimal): -3164339 or 5093327. OLE color: 5093327.
HSL color Cylindrical-coordinate representation of color #CFB74D: hue angle of 48.92º 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 #CFB74D is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 77 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.19 |
| HSL | 48.92º | 0.58% | 0.56% | - |
| HSV(B) | 48.92º | 0.63% | 0.81% | - |
| XYZ | 44.01 | 47.67 | 13.9 | - |
| YUV | 178.09 | 70.95 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 77 | 0 | 0.12 | 0.63 | 0.19 | 48.92 | 0.58 | 0.56 |
| Hex | CF | B7 | 4D | 0 | C | 3F | 13 | 31 | 3A | 38 |
| Octal | 317 | 267 | 115 | 0 | 14 | 77 | 23 | 61 | 72 | 70 |
| Binary | 11001111 | 10110111 | 1001101 | 0 | 1100 | 111111 | 10011 | 110001 | 111010 | 111000 |
Color Harmonies of #CFB74D
Complementary color
Monochromatic Colors of #CFB74D
Black with #CFB74D
Text Example
Text Example
White with #CFB74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB74D; }
p { color: rgb(207,183,77); }
H1.HeaderClassName
{
color: #CFB74D;
}
.AnyTagClassName
{
color: #CFB74D;
}
</style>
background-color css
<style>
a { background-color: #CFB74D; }
a { background-color: rgb(207,183,77); }
div.DivClassName
{
background-color: #CFB74D;
}
.BgClassName
{
background-color: #CFB74D;
}
</style>
border-color css
<style>
span { border-color: #CFB74D; }
span { border-color: rgb(207,183,77); }
td.TdClassName
{
border-color: #CFB74D;
}
.TagClassName
{
border-color: #CFB74D;
}
</style>