Shades of Apache #CDA264
Tints of Apache #CDA264
RGB
CMYK
RGB Variations
Color information
#CDA264 (or 0xCDA264) is known color: Apache. HEX triplet: CD, A2 and 64. RGB value is (205,162,100). Sum of RGB (Red+Green+Blue) = 205+162+100=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA264 is #325D9B. Grayscale: #A8A8A8. Windows color (decimal): -3300764 or 6595277. OLE color: 6595277.
HSL color Cylindrical-coordinate representation of color #CDA264: hue angle of 35.43º 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 #CDA264 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 100 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.20 |
| HSL | 35.43º | 0.51% | 0.6% | - |
| HSV(B) | 35.43º | 0.51% | 0.8% | - |
| XYZ | 40.4 | 39.74 | 17.6 | - |
| YUV | 167.79 | 89.75 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 100 | 0 | 0.21 | 0.51 | 0.20 | 35.43 | 0.51 | 0.6 |
| Hex | CD | A2 | 64 | 0 | 15 | 33 | 14 | 23 | 33 | 3C |
| Octal | 315 | 242 | 144 | 0 | 25 | 63 | 24 | 43 | 63 | 74 |
| Binary | 11001101 | 10100010 | 1100100 | 0 | 10101 | 110011 | 10100 | 100011 | 110011 | 111100 |
Color Harmonies of #CDA264
Complementary color
Monochromatic Colors of #CDA264
Black with #CDA264
Text Example
Text Example
White with #CDA264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA264; }
p { color: rgb(205,162,100); }
H1.HeaderClassName
{
color: #CDA264;
}
.AnyTagClassName
{
color: #CDA264;
}
</style>
background-color css
<style>
a { background-color: #CDA264; }
a { background-color: rgb(205,162,100); }
div.DivClassName
{
background-color: #CDA264;
}
.BgClassName
{
background-color: #CDA264;
}
</style>
border-color css
<style>
span { border-color: #CDA264; }
span { border-color: rgb(205,162,100); }
td.TdClassName
{
border-color: #CDA264;
}
.TagClassName
{
border-color: #CDA264;
}
</style>