Shades of Apache #CEA65D
Tints of Apache #CEA65D
RGB
CMYK
RGB Variations
Color information
#CEA65D (or 0xCEA65D) is known color: Apache. HEX triplet: CE, A6 and 5D. RGB value is (206,166,93). Sum of RGB (Red+Green+Blue) = 206+166+93=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA65D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA65D is #3159A2. Grayscale: #A9A9A9. Windows color (decimal): -3234211 or 6137550. OLE color: 6137550.
HSL color Cylindrical-coordinate representation of color #CEA65D: hue angle of 38.76º 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 #CEA65D is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 93 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.19 |
| HSL | 38.76º | 0.54% | 0.59% | - |
| HSV(B) | 38.76º | 0.55% | 0.81% | - |
| XYZ | 41.07 | 41.18 | 16.14 | - |
| YUV | 169.64 | 84.75 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 93 | 0 | 0.19 | 0.55 | 0.19 | 38.76 | 0.54 | 0.59 |
| Hex | CE | A6 | 5D | 0 | 13 | 37 | 13 | 27 | 36 | 3B |
| Octal | 316 | 246 | 135 | 0 | 23 | 67 | 23 | 47 | 66 | 73 |
| Binary | 11001110 | 10100110 | 1011101 | 0 | 10011 | 110111 | 10011 | 100111 | 110110 | 111011 |
Color Harmonies of #CEA65D
Complementary color
Monochromatic Colors of #CEA65D
Black with #CEA65D
Text Example
Text Example
White with #CEA65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA65D; }
p { color: rgb(206,166,93); }
H1.HeaderClassName
{
color: #CEA65D;
}
.AnyTagClassName
{
color: #CEA65D;
}
</style>
background-color css
<style>
a { background-color: #CEA65D; }
a { background-color: rgb(206,166,93); }
div.DivClassName
{
background-color: #CEA65D;
}
.BgClassName
{
background-color: #CEA65D;
}
</style>
border-color css
<style>
span { border-color: #CEA65D; }
span { border-color: rgb(206,166,93); }
td.TdClassName
{
border-color: #CEA65D;
}
.TagClassName
{
border-color: #CEA65D;
}
</style>