Shades of Apache #CDA451
Tints of Apache #CDA451
RGB
CMYK
RGB Variations
Color information
#CDA451 (or 0xCDA451) is known color: Apache. HEX triplet: CD, A4 and 51. RGB value is (205,164,81). Sum of RGB (Red+Green+Blue) = 205+164+81=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 164 (64.45% from 255 or 36.44% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA451 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA451 is #325BAE. Grayscale: #A7A7A7. Windows color (decimal): -3300271 or 5350605. OLE color: 5350605.
HSL color Cylindrical-coordinate representation of color #CDA451: hue angle of 40.16º 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 #CDA451 is Cyan = 0, Magento = 0.2, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 81 | - |
| CMYK | 0 | 0.2 | 0.60 | 0.20 |
| HSL | 40.16º | 0.55% | 0.56% | - |
| HSV(B) | 40.16º | 0.6% | 0.8% | - |
| XYZ | 39.94 | 40.12 | 13.42 | - |
| YUV | 166.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 81 | 0 | 0.2 | 0.60 | 0.20 | 40.16 | 0.55 | 0.56 |
| Hex | CD | A4 | 51 | 0 | 14 | 3C | 14 | 28 | 37 | 38 |
| Octal | 315 | 244 | 121 | 0 | 24 | 74 | 24 | 50 | 67 | 70 |
| Binary | 11001101 | 10100100 | 1010001 | 0 | 10100 | 111100 | 10100 | 101000 | 110111 | 111000 |
Color Harmonies of #CDA451
Complementary color
Monochromatic Colors of #CDA451
Black with #CDA451
Text Example
Text Example
White with #CDA451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA451; }
p { color: rgb(205,164,81); }
H1.HeaderClassName
{
color: #CDA451;
}
.AnyTagClassName
{
color: #CDA451;
}
</style>
background-color css
<style>
a { background-color: #CDA451; }
a { background-color: rgb(205,164,81); }
div.DivClassName
{
background-color: #CDA451;
}
.BgClassName
{
background-color: #CDA451;
}
</style>
border-color css
<style>
span { border-color: #CDA451; }
span { border-color: rgb(205,164,81); }
td.TdClassName
{
border-color: #CDA451;
}
.TagClassName
{
border-color: #CDA451;
}
</style>