Shades of Apache #CFA14D
Tints of Apache #CFA14D
RGB
CMYK
RGB Variations
Color information
#CFA14D (or 0xCFA14D) is known color: Apache. HEX triplet: CF, A1 and 4D. RGB value is (207,161,77). Sum of RGB (Red+Green+Blue) = 207+161+77=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA14D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA14D is #305EB2. Grayscale: #A5A5A5. Windows color (decimal): -3169971 or 5087695. OLE color: 5087695.
HSL color Cylindrical-coordinate representation of color #CFA14D: hue angle of 38.77º 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 #CFA14D is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 161 | 77 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.19 |
| HSL | 38.77º | 0.58% | 0.56% | - |
| HSV(B) | 38.77º | 0.63% | 0.81% | - |
| XYZ | 39.82 | 39.29 | 12.51 | - |
| YUV | 165.18 | 78.24 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 161 | 77 | 0 | 0.22 | 0.63 | 0.19 | 38.77 | 0.58 | 0.56 |
| Hex | CF | A1 | 4D | 0 | 16 | 3F | 13 | 27 | 3A | 38 |
| Octal | 317 | 241 | 115 | 0 | 26 | 77 | 23 | 47 | 72 | 70 |
| Binary | 11001111 | 10100001 | 1001101 | 0 | 10110 | 111111 | 10011 | 100111 | 111010 | 111000 |
Color Harmonies of #CFA14D
Complementary color
Monochromatic Colors of #CFA14D
Black with #CFA14D
Text Example
Text Example
White with #CFA14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA14D; }
p { color: rgb(207,161,77); }
H1.HeaderClassName
{
color: #CFA14D;
}
.AnyTagClassName
{
color: #CFA14D;
}
</style>
background-color css
<style>
a { background-color: #CFA14D; }
a { background-color: rgb(207,161,77); }
div.DivClassName
{
background-color: #CFA14D;
}
.BgClassName
{
background-color: #CFA14D;
}
</style>
border-color css
<style>
span { border-color: #CFA14D; }
span { border-color: rgb(207,161,77); }
td.TdClassName
{
border-color: #CFA14D;
}
.TagClassName
{
border-color: #CFA14D;
}
</style>