Shades of Apache #CDA55B
Tints of Apache #CDA55B
RGB
CMYK
RGB Variations
Color information
#CDA55B (or 0xCDA55B) is known color: Apache. HEX triplet: CD, A5 and 5B. RGB value is (205,165,91). Sum of RGB (Red+Green+Blue) = 205+165+91=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA55B is #325AA4. Grayscale: #A8A8A8. Windows color (decimal): -3300005 or 6006221. OLE color: 6006221.
HSL color Cylindrical-coordinate representation of color #CDA55B: hue angle of 38.95º 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 #CDA55B is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 91 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.20 |
| HSL | 38.95º | 0.53% | 0.58% | - |
| HSV(B) | 38.95º | 0.56% | 0.8% | - |
| XYZ | 40.52 | 40.64 | 15.61 | - |
| YUV | 168.52 | 84.25 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 91 | 0 | 0.20 | 0.56 | 0.20 | 38.95 | 0.53 | 0.58 |
| Hex | CD | A5 | 5B | 0 | 14 | 38 | 14 | 27 | 35 | 3A |
| Octal | 315 | 245 | 133 | 0 | 24 | 70 | 24 | 47 | 65 | 72 |
| Binary | 11001101 | 10100101 | 1011011 | 0 | 10100 | 111000 | 10100 | 100111 | 110101 | 111010 |
Color Harmonies of #CDA55B
Complementary color
Monochromatic Colors of #CDA55B
Black with #CDA55B
Text Example
Text Example
White with #CDA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA55B; }
p { color: rgb(205,165,91); }
H1.HeaderClassName
{
color: #CDA55B;
}
.AnyTagClassName
{
color: #CDA55B;
}
</style>
background-color css
<style>
a { background-color: #CDA55B; }
a { background-color: rgb(205,165,91); }
div.DivClassName
{
background-color: #CDA55B;
}
.BgClassName
{
background-color: #CDA55B;
}
</style>
border-color css
<style>
span { border-color: #CDA55B; }
span { border-color: rgb(205,165,91); }
td.TdClassName
{
border-color: #CDA55B;
}
.TagClassName
{
border-color: #CDA55B;
}
</style>