#CDA060

Color #CDA060 Apache (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apache #CDA060

Tints of Apache #CDA060

Color information

#CDA060 (or 0xCDA060) is unknown color: approx Apache. HEX triplet: CD, A0 and 60. RGB value is (205,160,96). Sum of RGB (Red+Green+Blue) = 205+160+96=461 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.47% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA060 is #325F9F. Grayscale: #A6A6A6. Windows color (decimal): -3301280 or 6332621. OLE color: 6332621.

HSL color Cylindrical-coordinate representation of color #CDA060: hue angle of 35.23º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDA060 is Cyan = 0, Magento = 0.22, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20516096-
CMYK00.220.530.20
HSL35.23º52.15%59.02%-
HSV(B)35.23º53.17%80.39%-
XYZ39.8638.9716.49-
YUV166.1688.41155.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 44.47%
GREEN value IS 160 (62.89% from 255) = 34.71%
BLUE value IS 96 (37.89% from 255) = 20.82%
R=44.47%
G=34.71%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051609600.220.530.2035.2352.1559.02
HexCDA060016351423343b
Octal3152401400266524436473
Binary1100110110100000110000001011011010110100100011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA060; }

 p { color: rgb(205,160,96); }

 H1.HeaderClassName
 {
   color: #CDA060;
 }
 .AnyTagClassName
 {
   color: #CDA060;
 }
</style>
background-color css

<style>
 a { background-color: #CDA060; }

 a { background-color: rgb(205,160,96); }

 div.DivClassName
 {
   background-color: #CDA060;
 }
 .BgClassName
 {
   background-color: #CDA060;
 }
</style>
border-color css

<style>
 span { border-color: #CDA060; }

 span { border-color: rgb(205,160,96); }

 td.TdClassName
 {
   border-color: #CDA060;
 }
 .TagClassName
 {
   border-color: #CDA060;
 }
</style>