Shades of Apache #CDA05D
Tints of Apache #CDA05D
RGB
CMYK
RGB Variations
Color information
#CDA05D (or 0xCDA05D) is known color: Apache. HEX triplet: CD, A0 and 5D. RGB value is (205,160,93). Sum of RGB (Red+Green+Blue) = 205+160+93=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA05D is #325FA2. Grayscale: #A6A6A6. Windows color (decimal): -3301283 or 6136013. OLE color: 6136013.
HSL color Cylindrical-coordinate representation of color #CDA05D: hue angle of 35.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDA05D is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 160 | 93 | - |
CMYK | 0 | 0.22 | 0.55 | 0.20 |
HSL | 35.89º | 0.53% | 0.58% | - |
HSV(B) | 35.89º | 0.55% | 0.8% | - |
XYZ | 39.72 | 38.91 | 15.77 | - |
YUV | 165.82 | 86.91 | 155.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 160 | 93 | 0 | 0.22 | 0.55 | 0.20 | 35.89 | 0.53 | 0.58 |
Hex | CD | A0 | 5D | 0 | 16 | 37 | 14 | 24 | 35 | 3A |
Octal | 315 | 240 | 135 | 0 | 26 | 67 | 24 | 44 | 65 | 72 |
Binary | 11001101 | 10100000 | 1011101 | 0 | 10110 | 110111 | 10100 | 100100 | 110101 | 111010 |
Color Harmonies of #CDA05D
Complementary color
Monochromatic Colors of #CDA05D
Black with #CDA05D
Text Example
Text Example
White with #CDA05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA05D; }
p { color: rgb(205,160,93); }
H1.HeaderClassName
{
color: #CDA05D;
}
.AnyTagClassName
{
color: #CDA05D;
}
</style>
background-color css
<style>
a { background-color: #CDA05D; }
a { background-color: rgb(205,160,93); }
div.DivClassName
{
background-color: #CDA05D;
}
.BgClassName
{
background-color: #CDA05D;
}
</style>
border-color css
<style>
span { border-color: #CDA05D; }
span { border-color: rgb(205,160,93); }
td.TdClassName
{
border-color: #CDA05D;
}
.TagClassName
{
border-color: #CDA05D;
}
</style>