Shades of Apache #CFA24F
Tints of Apache #CFA24F
RGB
CMYK
RGB Variations
Color information
#CFA24F (or 0xCFA24F) is known color: Apache. HEX triplet: CF, A2 and 4F. RGB value is (207,162,79). Sum of RGB (Red+Green+Blue) = 207+162+79=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 162 (63.67% from 255 or 36.16% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA24F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA24F is #305DB0. Grayscale: #A6A6A6. Windows color (decimal): -3169713 or 5219023. OLE color: 5219023.
HSL color Cylindrical-coordinate representation of color #CFA24F: hue angle of 38.91º 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 #CFA24F is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 162 | 79 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.19 |
| HSL | 38.91º | 0.57% | 0.56% | - |
| HSV(B) | 38.91º | 0.62% | 0.81% | - |
| XYZ | 40.06 | 39.67 | 12.94 | - |
| YUV | 165.99 | 78.91 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 162 | 79 | 0 | 0.22 | 0.62 | 0.19 | 38.91 | 0.57 | 0.56 |
| Hex | CF | A2 | 4F | 0 | 16 | 3E | 13 | 27 | 39 | 38 |
| Octal | 317 | 242 | 117 | 0 | 26 | 76 | 23 | 47 | 71 | 70 |
| Binary | 11001111 | 10100010 | 1001111 | 0 | 10110 | 111110 | 10011 | 100111 | 111001 | 111000 |
Color Harmonies of #CFA24F
Complementary color
Monochromatic Colors of #CFA24F
Black with #CFA24F
Text Example
Text Example
White with #CFA24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA24F; }
p { color: rgb(207,162,79); }
H1.HeaderClassName
{
color: #CFA24F;
}
.AnyTagClassName
{
color: #CFA24F;
}
</style>
background-color css
<style>
a { background-color: #CFA24F; }
a { background-color: rgb(207,162,79); }
div.DivClassName
{
background-color: #CFA24F;
}
.BgClassName
{
background-color: #CFA24F;
}
</style>
border-color css
<style>
span { border-color: #CFA24F; }
span { border-color: rgb(207,162,79); }
td.TdClassName
{
border-color: #CFA24F;
}
.TagClassName
{
border-color: #CFA24F;
}
</style>