Shades of Sundance #CFA44A
Tints of Sundance #CFA44A
RGB
CMYK
RGB Variations
Color information
#CFA44A (or 0xCFA44A) is known color: Sundance. HEX triplet: CF, A4 and 4A. RGB value is (207,164,74). Sum of RGB (Red+Green+Blue) = 207+164+74=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 164 (64.45% from 255 or 36.85% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA44A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA44A is #305BB5. Grayscale: #A7A7A7. Windows color (decimal): -3169206 or 4891855. OLE color: 4891855.
HSL color Cylindrical-coordinate representation of color #CFA44A: hue angle of 40.6º 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 #CFA44A is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 74 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.19 |
| HSL | 40.6º | 0.58% | 0.55% | - |
| HSV(B) | 40.6º | 0.64% | 0.81% | - |
| XYZ | 40.24 | 40.31 | 12.14 | - |
| YUV | 166.6 | 75.75 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 74 | 0 | 0.21 | 0.64 | 0.19 | 40.6 | 0.58 | 0.55 |
| Hex | CF | A4 | 4A | 0 | 15 | 40 | 13 | 29 | 3A | 37 |
| Octal | 317 | 244 | 112 | 0 | 25 | 100 | 23 | 51 | 72 | 67 |
| Binary | 11001111 | 10100100 | 1001010 | 0 | 10101 | 1000000 | 10011 | 101001 | 111010 | 110111 |
Color Harmonies of #CFA44A
Complementary color
Monochromatic Colors of #CFA44A
Black with #CFA44A
Text Example
Text Example
White with #CFA44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA44A; }
p { color: rgb(207,164,74); }
H1.HeaderClassName
{
color: #CFA44A;
}
.AnyTagClassName
{
color: #CFA44A;
}
</style>
background-color css
<style>
a { background-color: #CFA44A; }
a { background-color: rgb(207,164,74); }
div.DivClassName
{
background-color: #CFA44A;
}
.BgClassName
{
background-color: #CFA44A;
}
</style>
border-color css
<style>
span { border-color: #CFA44A; }
span { border-color: rgb(207,164,74); }
td.TdClassName
{
border-color: #CFA44A;
}
.TagClassName
{
border-color: #CFA44A;
}
</style>