Shades of Apache #CFA65D
Tints of Apache #CFA65D
RGB
CMYK
RGB Variations
Color information
#CFA65D (or 0xCFA65D) is known color: Apache. HEX triplet: CF, A6 and 5D. RGB value is (207,166,93). Sum of RGB (Red+Green+Blue) = 207+166+93=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA65D is #3059A2. Grayscale: #AAAAAA. Windows color (decimal): -3168675 or 6137551. OLE color: 6137551.
HSL color Cylindrical-coordinate representation of color #CFA65D: hue angle of 38.42º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFA65D is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 166 | 93 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.19 |
| HSL | 38.42º | 0.54% | 0.59% | - |
| HSV(B) | 38.42º | 0.55% | 0.81% | - |
| XYZ | 41.34 | 41.33 | 16.15 | - |
| YUV | 169.94 | 84.58 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 166 | 93 | 0 | 0.20 | 0.55 | 0.19 | 38.42 | 0.54 | 0.59 |
| Hex | CF | A6 | 5D | 0 | 14 | 37 | 13 | 26 | 36 | 3B |
| Octal | 317 | 246 | 135 | 0 | 24 | 67 | 23 | 46 | 66 | 73 |
| Binary | 11001111 | 10100110 | 1011101 | 0 | 10100 | 110111 | 10011 | 100110 | 110110 | 111011 |
Color Harmonies of #CFA65D
Complementary color
Monochromatic Colors of #CFA65D
Black with #CFA65D
Text Example
Text Example
White with #CFA65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA65D; }
p { color: rgb(207,166,93); }
H1.HeaderClassName
{
color: #CFA65D;
}
.AnyTagClassName
{
color: #CFA65D;
}
</style>
background-color css
<style>
a { background-color: #CFA65D; }
a { background-color: rgb(207,166,93); }
div.DivClassName
{
background-color: #CFA65D;
}
.BgClassName
{
background-color: #CFA65D;
}
</style>
border-color css
<style>
span { border-color: #CFA65D; }
span { border-color: rgb(207,166,93); }
td.TdClassName
{
border-color: #CFA65D;
}
.TagClassName
{
border-color: #CFA65D;
}
</style>