Shades of Apache #CDA45A
Tints of Apache #CDA45A
RGB
CMYK
RGB Variations
Color information
#CDA45A (or 0xCDA45A) is known color: Apache. HEX triplet: CD, A4 and 5A. RGB value is (205,164,90). Sum of RGB (Red+Green+Blue) = 205+164+90=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 90 (35.55% from 255 or 19.61% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA45A is #325BA5. Grayscale: #A8A8A8. Windows color (decimal): -3300262 or 5940429. OLE color: 5940429.
HSL color Cylindrical-coordinate representation of color #CDA45A: hue angle of 38.61º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDA45A is Cyan = 0, Magento = 0.2, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 164 | 90 | - |
CMYK | 0 | 0.2 | 0.56 | 0.20 |
HSL | 38.61º | 0.53% | 0.58% | - |
HSV(B) | 38.61º | 0.56% | 0.8% | - |
XYZ | 40.3 | 40.27 | 15.32 | - |
YUV | 167.82 | 84.08 | 154.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 164 | 90 | 0 | 0.2 | 0.56 | 0.20 | 38.61 | 0.53 | 0.58 |
Hex | CD | A4 | 5A | 0 | 14 | 38 | 14 | 27 | 35 | 3A |
Octal | 315 | 244 | 132 | 0 | 24 | 70 | 24 | 47 | 65 | 72 |
Binary | 11001101 | 10100100 | 1011010 | 0 | 10100 | 111000 | 10100 | 100111 | 110101 | 111010 |
Color Harmonies of #CDA45A
Complementary color
Monochromatic Colors of #CDA45A
Black with #CDA45A
Text Example
Text Example
White with #CDA45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA45A; }
p { color: rgb(205,164,90); }
H1.HeaderClassName
{
color: #CDA45A;
}
.AnyTagClassName
{
color: #CDA45A;
}
</style>
background-color css
<style>
a { background-color: #CDA45A; }
a { background-color: rgb(205,164,90); }
div.DivClassName
{
background-color: #CDA45A;
}
.BgClassName
{
background-color: #CDA45A;
}
</style>
border-color css
<style>
span { border-color: #CDA45A; }
span { border-color: rgb(205,164,90); }
td.TdClassName
{
border-color: #CDA45A;
}
.TagClassName
{
border-color: #CDA45A;
}
</style>