Shades of Apache #CFA54F
Tints of Apache #CFA54F
RGB
CMYK
RGB Variations
Color information
#CFA54F (or 0xCFA54F) is known color: Apache. HEX triplet: CF, A5 and 4F. RGB value is (207,165,79). Sum of RGB (Red+Green+Blue) = 207+165+79=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 165 (64.84% from 255 or 36.59% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA54F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA54F is #305AB0. Grayscale: #A8A8A8. Windows color (decimal): -3168945 or 5219791. OLE color: 5219791.
HSL color Cylindrical-coordinate representation of color #CFA54F: hue angle of 40.31º 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 #CFA54F is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 165 | 79 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.19 |
| HSL | 40.31º | 0.57% | 0.56% | - |
| HSV(B) | 40.31º | 0.62% | 0.81% | - |
| XYZ | 40.6 | 40.74 | 13.12 | - |
| YUV | 167.75 | 77.91 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 165 | 79 | 0 | 0.20 | 0.62 | 0.19 | 40.31 | 0.57 | 0.56 |
| Hex | CF | A5 | 4F | 0 | 14 | 3E | 13 | 28 | 39 | 38 |
| Octal | 317 | 245 | 117 | 0 | 24 | 76 | 23 | 50 | 71 | 70 |
| Binary | 11001111 | 10100101 | 1001111 | 0 | 10100 | 111110 | 10011 | 101000 | 111001 | 111000 |
Color Harmonies of #CFA54F
Complementary color
Monochromatic Colors of #CFA54F
Black with #CFA54F
Text Example
Text Example
White with #CFA54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA54F; }
p { color: rgb(207,165,79); }
H1.HeaderClassName
{
color: #CFA54F;
}
.AnyTagClassName
{
color: #CFA54F;
}
</style>
background-color css
<style>
a { background-color: #CFA54F; }
a { background-color: rgb(207,165,79); }
div.DivClassName
{
background-color: #CFA54F;
}
.BgClassName
{
background-color: #CFA54F;
}
</style>
border-color css
<style>
span { border-color: #CFA54F; }
span { border-color: rgb(207,165,79); }
td.TdClassName
{
border-color: #CFA54F;
}
.TagClassName
{
border-color: #CFA54F;
}
</style>