Shades of Apache #CDA25B
Tints of Apache #CDA25B
RGB
CMYK
RGB Variations
Color information
#CDA25B (or 0xCDA25B) is known color: Apache. HEX triplet: CD, A2 and 5B. RGB value is (205,162,91). Sum of RGB (Red+Green+Blue) = 205+162+91=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA25B is #325DA4. Grayscale: #A7A7A7. Windows color (decimal): -3300773 or 6005453. OLE color: 6005453.
HSL color Cylindrical-coordinate representation of color #CDA25B: hue angle of 37.37º 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 #CDA25B is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 91 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.20 |
| HSL | 37.37º | 0.53% | 0.58% | - |
| HSV(B) | 37.37º | 0.56% | 0.8% | - |
| XYZ | 39.99 | 39.58 | 15.43 | - |
| YUV | 166.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 91 | 0 | 0.21 | 0.56 | 0.20 | 37.37 | 0.53 | 0.58 |
| Hex | CD | A2 | 5B | 0 | 15 | 38 | 14 | 25 | 35 | 3A |
| Octal | 315 | 242 | 133 | 0 | 25 | 70 | 24 | 45 | 65 | 72 |
| Binary | 11001101 | 10100010 | 1011011 | 0 | 10101 | 111000 | 10100 | 100101 | 110101 | 111010 |
Color Harmonies of #CDA25B
Complementary color
Monochromatic Colors of #CDA25B
Black with #CDA25B
Text Example
Text Example
White with #CDA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA25B; }
p { color: rgb(205,162,91); }
H1.HeaderClassName
{
color: #CDA25B;
}
.AnyTagClassName
{
color: #CDA25B;
}
</style>
background-color css
<style>
a { background-color: #CDA25B; }
a { background-color: rgb(205,162,91); }
div.DivClassName
{
background-color: #CDA25B;
}
.BgClassName
{
background-color: #CDA25B;
}
</style>
border-color css
<style>
span { border-color: #CDA25B; }
span { border-color: rgb(205,162,91); }
td.TdClassName
{
border-color: #CDA25B;
}
.TagClassName
{
border-color: #CDA25B;
}
</style>