Shades of Sundance #CFAE4A
Tints of Sundance #CFAE4A
RGB
CMYK
RGB Variations
Color information
#CFAE4A (or 0xCFAE4A) is known color: Sundance. HEX triplet: CF, AE and 4A. RGB value is (207,174,74). Sum of RGB (Red+Green+Blue) = 207+174+74=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE4A is #3051B5. Grayscale: #ACACAC. Windows color (decimal): -3166646 or 4894415. OLE color: 4894415.
HSL color Cylindrical-coordinate representation of color #CFAE4A: hue angle of 45.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CFAE4A is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 174 | 74 | - |
| CMYK | 0 | 0.16 | 0.64 | 0.19 |
| HSL | 45.11º | 0.58% | 0.55% | - |
| HSV(B) | 45.11º | 0.64% | 0.81% | - |
| XYZ | 42.1 | 44.03 | 12.76 | - |
| YUV | 172.47 | 72.43 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 74 | 0 | 0.16 | 0.64 | 0.19 | 45.11 | 0.58 | 0.55 |
| Hex | CF | AE | 4A | 0 | 10 | 40 | 13 | 2D | 3A | 37 |
| Octal | 317 | 256 | 112 | 0 | 20 | 100 | 23 | 55 | 72 | 67 |
| Binary | 11001111 | 10101110 | 1001010 | 0 | 10000 | 1000000 | 10011 | 101101 | 111010 | 110111 |
Color Harmonies of #CFAE4A
Complementary color
Monochromatic Colors of #CFAE4A
Black with #CFAE4A
Text Example
Text Example
White with #CFAE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAE4A; }
p { color: rgb(207,174,74); }
H1.HeaderClassName
{
color: #CFAE4A;
}
.AnyTagClassName
{
color: #CFAE4A;
}
</style>
background-color css
<style>
a { background-color: #CFAE4A; }
a { background-color: rgb(207,174,74); }
div.DivClassName
{
background-color: #CFAE4A;
}
.BgClassName
{
background-color: #CFAE4A;
}
</style>
border-color css
<style>
span { border-color: #CFAE4A; }
span { border-color: rgb(207,174,74); }
td.TdClassName
{
border-color: #CFAE4A;
}
.TagClassName
{
border-color: #CFAE4A;
}
</style>