Shades of Apache #CDA151
Tints of Apache #CDA151
RGB
CMYK
RGB Variations
Color information
#CDA151 (or 0xCDA151) is known color: Apache. HEX triplet: CD, A1 and 51. RGB value is (205,161,81). Sum of RGB (Red+Green+Blue) = 205+161+81=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA151 is #325EAE. Grayscale: #A5A5A5. Windows color (decimal): -3301039 or 5349837. OLE color: 5349837.
HSL color Cylindrical-coordinate representation of color #CDA151: hue angle of 38.71º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDA151 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 161 | 81 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.20 |
| HSL | 38.71º | 0.55% | 0.56% | - |
| HSV(B) | 38.71º | 0.6% | 0.8% | - |
| XYZ | 39.41 | 39.06 | 13.25 | - |
| YUV | 165.04 | 80.58 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 161 | 81 | 0 | 0.21 | 0.60 | 0.20 | 38.71 | 0.55 | 0.56 |
| Hex | CD | A1 | 51 | 0 | 15 | 3C | 14 | 27 | 37 | 38 |
| Octal | 315 | 241 | 121 | 0 | 25 | 74 | 24 | 47 | 67 | 70 |
| Binary | 11001101 | 10100001 | 1010001 | 0 | 10101 | 111100 | 10100 | 100111 | 110111 | 111000 |
Color Harmonies of #CDA151
Complementary color
Monochromatic Colors of #CDA151
Black with #CDA151
Text Example
Text Example
White with #CDA151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA151; }
p { color: rgb(205,161,81); }
H1.HeaderClassName
{
color: #CDA151;
}
.AnyTagClassName
{
color: #CDA151;
}
</style>
background-color css
<style>
a { background-color: #CDA151; }
a { background-color: rgb(205,161,81); }
div.DivClassName
{
background-color: #CDA151;
}
.BgClassName
{
background-color: #CDA151;
}
</style>
border-color css
<style>
span { border-color: #CDA151; }
span { border-color: rgb(205,161,81); }
td.TdClassName
{
border-color: #CDA151;
}
.TagClassName
{
border-color: #CDA151;
}
</style>