#CD9D5D

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

Shades of Apache #CD9D5D

Tints of Apache #CD9D5D

Color information

#CD9D5D (or 0xCD9D5D) is unknown color: approx Apache. HEX triplet: CD, 9D and 5D. RGB value is (205,157,93). Sum of RGB (Red+Green+Blue) = 205+157+93=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD9D5D is #3262A2. Grayscale: #A4A4A4. Windows color (decimal): -3302051 or 6135245. OLE color: 6135245.

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

Color convert

RGB20515793-
CMYK00.230.550.20
HSL34.29º52.83%58.43%-
HSV(B)34.29º54.63%80.39%-
XYZ39.2137.8815.6-
YUV164.0687.9157.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.05%
GREEN value IS 157 (61.72% from 255) = 34.51%
BLUE value IS 93 (36.72% from 255) = 20.44%
R=45.05%
G=34.51%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051579300.230.550.2034.2952.8358.43
HexCD9D5D017371422353a
Octal3152351350276724426572
Binary1100110110011101101110101011111011110100100010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9D5D; }

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

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

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

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

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

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

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

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