Shades of Apache #CFA14F
Tints of Apache #CFA14F
RGB
CMYK
RGB Variations
Color information
#CFA14F (or 0xCFA14F) is known color: Apache. HEX triplet: CF, A1 and 4F. RGB value is (207,161,79). Sum of RGB (Red+Green+Blue) = 207+161+79=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA14F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA14F is #305EB0. Grayscale: #A5A5A5. Windows color (decimal): -3169969 or 5218767. OLE color: 5218767.
HSL color Cylindrical-coordinate representation of color #CFA14F: hue angle of 38.44º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFA14F is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 79 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.19 |
| HSL | 38.44º | 0.57% | 0.56% | - |
| HSV(B) | 38.44º | 0.62% | 0.81% | - |
| XYZ | 39.89 | 39.32 | 12.88 | - |
| YUV | 165.41 | 79.24 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 79 | 0 | 0.22 | 0.62 | 0.19 | 38.44 | 0.57 | 0.56 |
| Hex | CF | A1 | 4F | 0 | 16 | 3E | 13 | 26 | 39 | 38 |
| Octal | 317 | 241 | 117 | 0 | 26 | 76 | 23 | 46 | 71 | 70 |
| Binary | 11001111 | 10100001 | 1001111 | 0 | 10110 | 111110 | 10011 | 100110 | 111001 | 111000 |
Color Harmonies of #CFA14F
Complementary color
Monochromatic Colors of #CFA14F
Black with #CFA14F
Text Example
Text Example
White with #CFA14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA14F; }
p { color: rgb(207,161,79); }
H1.HeaderClassName
{
color: #CFA14F;
}
.AnyTagClassName
{
color: #CFA14F;
}
</style>
background-color css
<style>
a { background-color: #CFA14F; }
a { background-color: rgb(207,161,79); }
div.DivClassName
{
background-color: #CFA14F;
}
.BgClassName
{
background-color: #CFA14F;
}
</style>
border-color css
<style>
span { border-color: #CFA14F; }
span { border-color: rgb(207,161,79); }
td.TdClassName
{
border-color: #CFA14F;
}
.TagClassName
{
border-color: #CFA14F;
}
</style>