Shades of Apache #CDA25A
Tints of Apache #CDA25A
RGB
CMYK
RGB Variations
Color information
#CDA25A (or 0xCDA25A) is known color: Apache. HEX triplet: CD, A2 and 5A. RGB value is (205,162,90). Sum of RGB (Red+Green+Blue) = 205+162+90=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA25A is #325DA5. Grayscale: #A6A6A6. Windows color (decimal): -3300774 or 5939917. OLE color: 5939917.
HSL color Cylindrical-coordinate representation of color #CDA25A: hue angle of 37.57º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDA25A is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 90 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.20 |
| HSL | 37.57º | 0.53% | 0.58% | - |
| HSV(B) | 37.57º | 0.56% | 0.8% | - |
| XYZ | 39.94 | 39.56 | 15.2 | - |
| YUV | 166.65 | 84.75 | 155.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 90 | 0 | 0.21 | 0.56 | 0.20 | 37.57 | 0.53 | 0.58 |
| Hex | CD | A2 | 5A | 0 | 15 | 38 | 14 | 26 | 35 | 3A |
| Octal | 315 | 242 | 132 | 0 | 25 | 70 | 24 | 46 | 65 | 72 |
| Binary | 11001101 | 10100010 | 1011010 | 0 | 10101 | 111000 | 10100 | 100110 | 110101 | 111010 |
Color Harmonies of #CDA25A
Complementary color
Monochromatic Colors of #CDA25A
Black with #CDA25A
Text Example
Text Example
White with #CDA25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA25A; }
p { color: rgb(205,162,90); }
H1.HeaderClassName
{
color: #CDA25A;
}
.AnyTagClassName
{
color: #CDA25A;
}
</style>
background-color css
<style>
a { background-color: #CDA25A; }
a { background-color: rgb(205,162,90); }
div.DivClassName
{
background-color: #CDA25A;
}
.BgClassName
{
background-color: #CDA25A;
}
</style>
border-color css
<style>
span { border-color: #CDA25A; }
span { border-color: rgb(205,162,90); }
td.TdClassName
{
border-color: #CDA25A;
}
.TagClassName
{
border-color: #CDA25A;
}
</style>