#CDA055

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

Shades of Apache #CDA055

Tints of Apache #CDA055

Color information

#CDA055 (or 0xCDA055) is unknown color: approx Apache. HEX triplet: CD, A0 and 55. RGB value is (205,160,85). Sum of RGB (Red+Green+Blue) = 205+160+85=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA055 is #325FAA. Grayscale: #A5A5A5. Windows color (decimal): -3301291 or 5611725. OLE color: 5611725.

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

Color convert

RGB20516085-
CMYK00.220.590.20
HSL37.5º54.55%56.86%-
HSV(B)37.5º58.54%80.39%-
XYZ39.3938.7814-
YUV164.982.91156.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.56%
GREEN value IS 160 (62.89% from 255) = 35.56%
BLUE value IS 85 (33.59% from 255) = 18.89%
R=45.56%
G=35.56%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051608500.220.590.2037.554.5556.86
HexCDA0550163B14263739
Octal3152401250267324466771
Binary1100110110100000101010101011011101110100100110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA055; }

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

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

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

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

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

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

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

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