Shades of Apache #CDA962
Tints of Apache #CDA962
RGB
CMYK
RGB Variations
Color information
#CDA962 (or 0xCDA962) is known color: Apache. HEX triplet: CD, A9 and 62. RGB value is (205,169,98). Sum of RGB (Red+Green+Blue) = 205+169+98=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 98 (38.67% from 255 or 20.76% from 472); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA962 is #32569D. Grayscale: #ABABAB. Windows color (decimal): -3298974 or 6465997. OLE color: 6465997.
HSL color Cylindrical-coordinate representation of color #CDA962: hue angle of 39.81º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDA962 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 169 | 98 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.20 |
| HSL | 39.81º | 0.52% | 0.59% | - |
| HSV(B) | 39.81º | 0.52% | 0.8% | - |
| XYZ | 41.57 | 42.24 | 17.52 | - |
| YUV | 171.67 | 86.43 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 169 | 98 | 0 | 0.18 | 0.52 | 0.20 | 39.81 | 0.52 | 0.59 |
| Hex | CD | A9 | 62 | 0 | 12 | 34 | 14 | 28 | 34 | 3B |
| Octal | 315 | 251 | 142 | 0 | 22 | 64 | 24 | 50 | 64 | 73 |
| Binary | 11001101 | 10101001 | 1100010 | 0 | 10010 | 110100 | 10100 | 101000 | 110100 | 111011 |
Color Harmonies of #CDA962
Complementary color
Monochromatic Colors of #CDA962
Black with #CDA962
Text Example
Text Example
White with #CDA962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA962; }
p { color: rgb(205,169,98); }
H1.HeaderClassName
{
color: #CDA962;
}
.AnyTagClassName
{
color: #CDA962;
}
</style>
background-color css
<style>
a { background-color: #CDA962; }
a { background-color: rgb(205,169,98); }
div.DivClassName
{
background-color: #CDA962;
}
.BgClassName
{
background-color: #CDA962;
}
</style>
border-color css
<style>
span { border-color: #CDA962; }
span { border-color: rgb(205,169,98); }
td.TdClassName
{
border-color: #CDA962;
}
.TagClassName
{
border-color: #CDA962;
}
</style>