Shades of Apache #CDAA65
Tints of Apache #CDAA65
RGB
CMYK
RGB Variations
Color information
#CDAA65 (or 0xCDAA65) is known color: Apache. HEX triplet: CD, AA and 65. RGB value is (205,170,101). Sum of RGB (Red+Green+Blue) = 205+170+101=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAA65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAA65 is #32559A. Grayscale: #ACACAC. Windows color (decimal): -3298715 or 6662861. OLE color: 6662861.
HSL color Cylindrical-coordinate representation of color #CDAA65: hue angle of 39.81º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDAA65 is Cyan = 0, Magento = 0.17, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 170 | 101 | - |
| CMYK | 0 | 0.17 | 0.51 | 0.20 |
| HSL | 39.81º | 0.51% | 0.6% | - |
| HSV(B) | 39.81º | 0.51% | 0.8% | - |
| XYZ | 41.9 | 42.67 | 18.34 | - |
| YUV | 172.6 | 87.6 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 170 | 101 | 0 | 0.17 | 0.51 | 0.20 | 39.81 | 0.51 | 0.6 |
| Hex | CD | AA | 65 | 0 | 11 | 33 | 14 | 28 | 33 | 3C |
| Octal | 315 | 252 | 145 | 0 | 21 | 63 | 24 | 50 | 63 | 74 |
| Binary | 11001101 | 10101010 | 1100101 | 0 | 10001 | 110011 | 10100 | 101000 | 110011 | 111100 |
Color Harmonies of #CDAA65
Complementary color
Monochromatic Colors of #CDAA65
Black with #CDAA65
Text Example
Text Example
White with #CDAA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAA65; }
p { color: rgb(205,170,101); }
H1.HeaderClassName
{
color: #CDAA65;
}
.AnyTagClassName
{
color: #CDAA65;
}
</style>
background-color css
<style>
a { background-color: #CDAA65; }
a { background-color: rgb(205,170,101); }
div.DivClassName
{
background-color: #CDAA65;
}
.BgClassName
{
background-color: #CDAA65;
}
</style>
border-color css
<style>
span { border-color: #CDAA65; }
span { border-color: rgb(205,170,101); }
td.TdClassName
{
border-color: #CDAA65;
}
.TagClassName
{
border-color: #CDAA65;
}
</style>