Shades of Apache #CDA351
Tints of Apache #CDA351
RGB
CMYK
RGB Variations
Color information
#CDA351 (or 0xCDA351) is known color: Apache. HEX triplet: CD, A3 and 51. RGB value is (205,163,81). Sum of RGB (Red+Green+Blue) = 205+163+81=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 81 (32.03% from 255 or 18.04% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA351 is #325CAE. Grayscale: #A6A6A6. Windows color (decimal): -3300527 or 5350349. OLE color: 5350349.
HSL color Cylindrical-coordinate representation of color #CDA351: hue angle of 39.68º 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 #CDA351 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 81 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.20 |
| HSL | 39.68º | 0.55% | 0.56% | - |
| HSV(B) | 39.68º | 0.6% | 0.8% | - |
| XYZ | 39.76 | 39.77 | 13.36 | - |
| YUV | 166.21 | 79.91 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 81 | 0 | 0.20 | 0.60 | 0.20 | 39.68 | 0.55 | 0.56 |
| Hex | CD | A3 | 51 | 0 | 14 | 3C | 14 | 28 | 37 | 38 |
| Octal | 315 | 243 | 121 | 0 | 24 | 74 | 24 | 50 | 67 | 70 |
| Binary | 11001101 | 10100011 | 1010001 | 0 | 10100 | 111100 | 10100 | 101000 | 110111 | 111000 |
Color Harmonies of #CDA351
Complementary color
Monochromatic Colors of #CDA351
Black with #CDA351
Text Example
Text Example
White with #CDA351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA351; }
p { color: rgb(205,163,81); }
H1.HeaderClassName
{
color: #CDA351;
}
.AnyTagClassName
{
color: #CDA351;
}
</style>
background-color css
<style>
a { background-color: #CDA351; }
a { background-color: rgb(205,163,81); }
div.DivClassName
{
background-color: #CDA351;
}
.BgClassName
{
background-color: #CDA351;
}
</style>
border-color css
<style>
span { border-color: #CDA351; }
span { border-color: rgb(205,163,81); }
td.TdClassName
{
border-color: #CDA351;
}
.TagClassName
{
border-color: #CDA351;
}
</style>