Shades of Apache #CDA75A
Tints of Apache #CDA75A
RGB
CMYK
RGB Variations
Color information
#CDA75A (or 0xCDA75A) is known color: Apache. HEX triplet: CD, A7 and 5A. RGB value is (205,167,90). Sum of RGB (Red+Green+Blue) = 205+167+90=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 167 (65.62% from 255 or 36.15% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA75A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA75A is #3258A5. Grayscale: #A9A9A9. Windows color (decimal): -3299494 or 5941197. OLE color: 5941197.
HSL color Cylindrical-coordinate representation of color #CDA75A: hue angle of 40.17º 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 #CDA75A is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 167 | 90 | - |
CMYK | 0 | 0.19 | 0.56 | 0.20 |
HSL | 40.17º | 0.53% | 0.58% | - |
HSV(B) | 40.17º | 0.56% | 0.8% | - |
XYZ | 40.84 | 41.35 | 15.5 | - |
YUV | 169.58 | 83.09 | 153.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 167 | 90 | 0 | 0.19 | 0.56 | 0.20 | 40.17 | 0.53 | 0.58 |
Hex | CD | A7 | 5A | 0 | 13 | 38 | 14 | 28 | 35 | 3A |
Octal | 315 | 247 | 132 | 0 | 23 | 70 | 24 | 50 | 65 | 72 |
Binary | 11001101 | 10100111 | 1011010 | 0 | 10011 | 111000 | 10100 | 101000 | 110101 | 111010 |
Color Harmonies of #CDA75A
Complementary color
Monochromatic Colors of #CDA75A
Black with #CDA75A
Text Example
Text Example
White with #CDA75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA75A; }
p { color: rgb(205,167,90); }
H1.HeaderClassName
{
color: #CDA75A;
}
.AnyTagClassName
{
color: #CDA75A;
}
</style>
background-color css
<style>
a { background-color: #CDA75A; }
a { background-color: rgb(205,167,90); }
div.DivClassName
{
background-color: #CDA75A;
}
.BgClassName
{
background-color: #CDA75A;
}
</style>
border-color css
<style>
span { border-color: #CDA75A; }
span { border-color: rgb(205,167,90); }
td.TdClassName
{
border-color: #CDA75A;
}
.TagClassName
{
border-color: #CDA75A;
}
</style>