Shades of Apache #CDA467
Tints of Apache #CDA467
RGB
CMYK
RGB Variations
Color information
#CDA467 (or 0xCDA467) is known color: Apache. HEX triplet: CD, A4 and 67. RGB value is (205,164,103). Sum of RGB (Red+Green+Blue) = 205+164+103=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 164 (64.45% from 255 or 34.75% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA467 is #325B98. Grayscale: #A9A9A9. Windows color (decimal): -3300249 or 6792397. OLE color: 6792397.
HSL color Cylindrical-coordinate representation of color #CDA467: hue angle of 35.88º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDA467 is Cyan = 0, Magento = 0.2, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 103 | - |
| CMYK | 0 | 0.2 | 0.50 | 0.20 |
| HSL | 35.88º | 0.5% | 0.6% | - |
| HSV(B) | 35.88º | 0.5% | 0.8% | - |
| XYZ | 40.9 | 40.51 | 18.5 | - |
| YUV | 169.31 | 90.58 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 103 | 0 | 0.2 | 0.50 | 0.20 | 35.88 | 0.5 | 0.6 |
| Hex | CD | A4 | 67 | 0 | 14 | 32 | 14 | 24 | 32 | 3C |
| Octal | 315 | 244 | 147 | 0 | 24 | 62 | 24 | 44 | 62 | 74 |
| Binary | 11001101 | 10100100 | 1100111 | 0 | 10100 | 110010 | 10100 | 100100 | 110010 | 111100 |
Color Harmonies of #CDA467
Complementary color
Monochromatic Colors of #CDA467
Black with #CDA467
Text Example
Text Example
White with #CDA467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA467; }
p { color: rgb(205,164,103); }
H1.HeaderClassName
{
color: #CDA467;
}
.AnyTagClassName
{
color: #CDA467;
}
</style>
background-color css
<style>
a { background-color: #CDA467; }
a { background-color: rgb(205,164,103); }
div.DivClassName
{
background-color: #CDA467;
}
.BgClassName
{
background-color: #CDA467;
}
</style>
border-color css
<style>
span { border-color: #CDA467; }
span { border-color: rgb(205,164,103); }
td.TdClassName
{
border-color: #CDA467;
}
.TagClassName
{
border-color: #CDA467;
}
</style>