Shades of Apache #CDA753
Tints of Apache #CDA753
RGB
CMYK
RGB Variations
Color information
#CDA753 (or 0xCDA753) is known color: Apache. HEX triplet: CD, A7 and 53. RGB value is (205,167,83). Sum of RGB (Red+Green+Blue) = 205+167+83=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA753 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA753 is #3258AC. Grayscale: #A9A9A9. Windows color (decimal): -3299501 or 5482445. OLE color: 5482445.
HSL color Cylindrical-coordinate representation of color #CDA753: hue angle of 41.31º 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 #CDA753 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 83 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.20 |
| HSL | 41.31º | 0.55% | 0.56% | - |
| HSV(B) | 41.31º | 0.6% | 0.8% | - |
| XYZ | 40.56 | 41.24 | 14.01 | - |
| YUV | 168.79 | 79.59 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 83 | 0 | 0.19 | 0.60 | 0.20 | 41.31 | 0.55 | 0.56 |
| Hex | CD | A7 | 53 | 0 | 13 | 3C | 14 | 29 | 37 | 38 |
| Octal | 315 | 247 | 123 | 0 | 23 | 74 | 24 | 51 | 67 | 70 |
| Binary | 11001101 | 10100111 | 1010011 | 0 | 10011 | 111100 | 10100 | 101001 | 110111 | 111000 |
Color Harmonies of #CDA753
Complementary color
Monochromatic Colors of #CDA753
Black with #CDA753
Text Example
Text Example
White with #CDA753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA753; }
p { color: rgb(205,167,83); }
H1.HeaderClassName
{
color: #CDA753;
}
.AnyTagClassName
{
color: #CDA753;
}
</style>
background-color css
<style>
a { background-color: #CDA753; }
a { background-color: rgb(205,167,83); }
div.DivClassName
{
background-color: #CDA753;
}
.BgClassName
{
background-color: #CDA753;
}
</style>
border-color css
<style>
span { border-color: #CDA753; }
span { border-color: rgb(205,167,83); }
td.TdClassName
{
border-color: #CDA753;
}
.TagClassName
{
border-color: #CDA753;
}
</style>