Shades of Apache #CDA15D
Tints of Apache #CDA15D
RGB
CMYK
RGB Variations
Color information
#CDA15D (or 0xCDA15D) is known color: Apache. HEX triplet: CD, A1 and 5D. RGB value is (205,161,93). Sum of RGB (Red+Green+Blue) = 205+161+93=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 161 (63.28% from 255 or 35.08% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA15D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA15D is #325EA2. Grayscale: #A6A6A6. Windows color (decimal): -3301027 or 6136269. OLE color: 6136269.
HSL color Cylindrical-coordinate representation of color #CDA15D: hue angle of 36.43º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDA15D is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 93 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.20 |
| HSL | 36.43º | 0.53% | 0.58% | - |
| HSV(B) | 36.43º | 0.55% | 0.8% | - |
| XYZ | 39.9 | 39.26 | 15.83 | - |
| YUV | 166.4 | 86.58 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 93 | 0 | 0.21 | 0.55 | 0.20 | 36.43 | 0.53 | 0.58 |
| Hex | CD | A1 | 5D | 0 | 15 | 37 | 14 | 24 | 35 | 3A |
| Octal | 315 | 241 | 135 | 0 | 25 | 67 | 24 | 44 | 65 | 72 |
| Binary | 11001101 | 10100001 | 1011101 | 0 | 10101 | 110111 | 10100 | 100100 | 110101 | 111010 |
Color Harmonies of #CDA15D
Complementary color
Monochromatic Colors of #CDA15D
Black with #CDA15D
Text Example
Text Example
White with #CDA15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA15D; }
p { color: rgb(205,161,93); }
H1.HeaderClassName
{
color: #CDA15D;
}
.AnyTagClassName
{
color: #CDA15D;
}
</style>
background-color css
<style>
a { background-color: #CDA15D; }
a { background-color: rgb(205,161,93); }
div.DivClassName
{
background-color: #CDA15D;
}
.BgClassName
{
background-color: #CDA15D;
}
</style>
border-color css
<style>
span { border-color: #CDA15D; }
span { border-color: rgb(205,161,93); }
td.TdClassName
{
border-color: #CDA15D;
}
.TagClassName
{
border-color: #CDA15D;
}
</style>