Shades of Sundance #CFB44D
Tints of Sundance #CFB44D
RGB
CMYK
RGB Variations
Color information
#CFB44D (or 0xCFB44D) is known color: Sundance. HEX triplet: CF, B4 and 4D. RGB value is (207,180,77). Sum of RGB (Red+Green+Blue) = 207+180+77=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 77 (30.47% from 255 or 16.59% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB44D is #304BB2. Grayscale: #B0B0B0. Windows color (decimal): -3165107 or 5092559. OLE color: 5092559.
HSL color Cylindrical-coordinate representation of color #CFB44D: hue angle of 47.54º 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 #CFB44D is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 180 | 77 | - |
| CMYK | 0 | 0.13 | 0.63 | 0.19 |
| HSL | 47.54º | 0.58% | 0.56% | - |
| HSV(B) | 47.54º | 0.63% | 0.81% | - |
| XYZ | 43.39 | 46.44 | 13.7 | - |
| YUV | 176.33 | 71.95 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 180 | 77 | 0 | 0.13 | 0.63 | 0.19 | 47.54 | 0.58 | 0.56 |
| Hex | CF | B4 | 4D | 0 | D | 3F | 13 | 30 | 3A | 38 |
| Octal | 317 | 264 | 115 | 0 | 15 | 77 | 23 | 60 | 72 | 70 |
| Binary | 11001111 | 10110100 | 1001101 | 0 | 1101 | 111111 | 10011 | 110000 | 111010 | 111000 |
Color Harmonies of #CFB44D
Complementary color
Monochromatic Colors of #CFB44D
Black with #CFB44D
Text Example
Text Example
White with #CFB44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB44D; }
p { color: rgb(207,180,77); }
H1.HeaderClassName
{
color: #CFB44D;
}
.AnyTagClassName
{
color: #CFB44D;
}
</style>
background-color css
<style>
a { background-color: #CFB44D; }
a { background-color: rgb(207,180,77); }
div.DivClassName
{
background-color: #CFB44D;
}
.BgClassName
{
background-color: #CFB44D;
}
</style>
border-color css
<style>
span { border-color: #CFB44D; }
span { border-color: rgb(207,180,77); }
td.TdClassName
{
border-color: #CFB44D;
}
.TagClassName
{
border-color: #CFB44D;
}
</style>