Shades of Apache #CDA652
Tints of Apache #CDA652
RGB
CMYK
RGB Variations
Color information
#CDA652 (or 0xCDA652) is known color: Apache. HEX triplet: CD, A6 and 52. RGB value is (205,166,82). Sum of RGB (Red+Green+Blue) = 205+166+82=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 166 (65.23% from 255 or 36.64% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA652 is #3259AD. Grayscale: #A8A8A8. Windows color (decimal): -3299758 or 5416653. OLE color: 5416653.
HSL color Cylindrical-coordinate representation of color #CDA652: hue angle of 40.98º 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 #CDA652 is Cyan = 0, Magento = 0.19, Yellow = 0.6 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 82 | - |
| CMYK | 0 | 0.19 | 0.6 | 0.20 |
| HSL | 40.98º | 0.55% | 0.56% | - |
| HSV(B) | 40.98º | 0.6% | 0.8% | - |
| XYZ | 40.34 | 40.86 | 13.74 | - |
| YUV | 168.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 82 | 0 | 0.19 | 0.6 | 0.20 | 40.98 | 0.55 | 0.56 |
| Hex | CD | A6 | 52 | 0 | 13 | 3C | 14 | 29 | 37 | 38 |
| Octal | 315 | 246 | 122 | 0 | 23 | 74 | 24 | 51 | 67 | 70 |
| Binary | 11001101 | 10100110 | 1010010 | 0 | 10011 | 111100 | 10100 | 101001 | 110111 | 111000 |
Color Harmonies of #CDA652
Complementary color
Monochromatic Colors of #CDA652
Black with #CDA652
Text Example
Text Example
White with #CDA652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA652; }
p { color: rgb(205,166,82); }
H1.HeaderClassName
{
color: #CDA652;
}
.AnyTagClassName
{
color: #CDA652;
}
</style>
background-color css
<style>
a { background-color: #CDA652; }
a { background-color: rgb(205,166,82); }
div.DivClassName
{
background-color: #CDA652;
}
.BgClassName
{
background-color: #CDA652;
}
</style>
border-color css
<style>
span { border-color: #CDA652; }
span { border-color: rgb(205,166,82); }
td.TdClassName
{
border-color: #CDA652;
}
.TagClassName
{
border-color: #CDA652;
}
</style>