#CD9D55

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

Shades of Apache #CD9D55

Tints of Apache #CD9D55

Color information

#CD9D55 (or 0xCD9D55) is unknown color: approx Apache. HEX triplet: CD, 9D and 55. RGB value is (205,157,85). Sum of RGB (Red+Green+Blue) = 205+157+85=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9D55 is #3262AA. Grayscale: #A3A3A3. Windows color (decimal): -3302059 or 5610957. OLE color: 5610957.

HSL color Cylindrical-coordinate representation of color #CD9D55: hue angle of 36º 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 #CD9D55 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB20515785-
CMYK00.230.590.20
HSL36º54.55%56.86%-
HSV(B)36º58.54%80.39%-
XYZ38.8737.7513.83-
YUV163.1483.9157.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 157 (61.72% from 255) = 35.12%
BLUE value IS 85 (33.59% from 255) = 19.02%
R=45.86%
G=35.12%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051578500.230.590.203654.5556.86
HexCD9D550173B14243739
Octal3152351250277324446771
Binary1100110110011101101010101011111101110100100100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9D55; }

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

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

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

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

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

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

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

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