Shades of Apache #CDA862
Tints of Apache #CDA862
RGB
CMYK
RGB Variations
Color information
#CDA862 (or 0xCDA862) is known color: Apache. HEX triplet: CD, A8 and 62. RGB value is (205,168,98). Sum of RGB (Red+Green+Blue) = 205+168+98=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 98 (38.67% from 255 or 20.81% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA862 is #32579D. Grayscale: #ABABAB. Windows color (decimal): -3299230 or 6465741. OLE color: 6465741.
HSL color Cylindrical-coordinate representation of color #CDA862: hue angle of 39.25º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDA862 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 98 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.20 |
| HSL | 39.25º | 0.52% | 0.59% | - |
| HSV(B) | 39.25º | 0.52% | 0.8% | - |
| XYZ | 41.38 | 41.87 | 17.46 | - |
| YUV | 171.08 | 86.76 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 98 | 0 | 0.18 | 0.52 | 0.20 | 39.25 | 0.52 | 0.59 |
| Hex | CD | A8 | 62 | 0 | 12 | 34 | 14 | 27 | 34 | 3B |
| Octal | 315 | 250 | 142 | 0 | 22 | 64 | 24 | 47 | 64 | 73 |
| Binary | 11001101 | 10101000 | 1100010 | 0 | 10010 | 110100 | 10100 | 100111 | 110100 | 111011 |
Color Harmonies of #CDA862
Complementary color
Monochromatic Colors of #CDA862
Black with #CDA862
Text Example
Text Example
White with #CDA862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA862; }
p { color: rgb(205,168,98); }
H1.HeaderClassName
{
color: #CDA862;
}
.AnyTagClassName
{
color: #CDA862;
}
</style>
background-color css
<style>
a { background-color: #CDA862; }
a { background-color: rgb(205,168,98); }
div.DivClassName
{
background-color: #CDA862;
}
.BgClassName
{
background-color: #CDA862;
}
</style>
border-color css
<style>
span { border-color: #CDA862; }
span { border-color: rgb(205,168,98); }
td.TdClassName
{
border-color: #CDA862;
}
.TagClassName
{
border-color: #CDA862;
}
</style>