Shades of Sundance #CFA443
Tints of Sundance #CFA443
RGB
CMYK
RGB Variations
Color information
#CFA443 (or 0xCFA443) is known color: Sundance. HEX triplet: CF, A4 and 43. RGB value is (207,164,67). Sum of RGB (Red+Green+Blue) = 207+164+67=438 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.26% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA443 is #305BBC. Grayscale: #A6A6A6. Windows color (decimal): -3169213 or 4433103. OLE color: 4433103.
HSL color Cylindrical-coordinate representation of color #CFA443: hue angle of 41.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFA443 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 164 | 67 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.19 |
| HSL | 41.57º | 0.59% | 0.54% | - |
| HSV(B) | 41.57º | 0.68% | 0.81% | - |
| XYZ | 40.02 | 40.22 | 10.96 | - |
| YUV | 165.8 | 72.25 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 164 | 67 | 0 | 0.21 | 0.68 | 0.19 | 41.57 | 0.59 | 0.54 |
| Hex | CF | A4 | 43 | 0 | 15 | 44 | 13 | 2A | 3B | 36 |
| Octal | 317 | 244 | 103 | 0 | 25 | 104 | 23 | 52 | 73 | 66 |
| Binary | 11001111 | 10100100 | 1000011 | 0 | 10101 | 1000100 | 10011 | 101010 | 111011 | 110110 |
Color Harmonies of #CFA443
Complementary color
Monochromatic Colors of #CFA443
Black with #CFA443
Text Example
Text Example
White with #CFA443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA443; }
p { color: rgb(207,164,67); }
H1.HeaderClassName
{
color: #CFA443;
}
.AnyTagClassName
{
color: #CFA443;
}
</style>
background-color css
<style>
a { background-color: #CFA443; }
a { background-color: rgb(207,164,67); }
div.DivClassName
{
background-color: #CFA443;
}
.BgClassName
{
background-color: #CFA443;
}
</style>
border-color css
<style>
span { border-color: #CFA443; }
span { border-color: rgb(207,164,67); }
td.TdClassName
{
border-color: #CFA443;
}
.TagClassName
{
border-color: #CFA443;
}
</style>