#D7AC5D

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

Shades of Apache #D7AC5D

Tints of Apache #D7AC5D

Color information

#D7AC5D (or 0xD7AC5D) is unknown color: approx Apache. HEX triplet: D7, AC and 5D. RGB value is (215,172,93). Sum of RGB (Red+Green+Blue) = 215+172+93=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AC5D is #2853A2. Grayscale: #B0B0B0. Windows color (decimal): -2642851 or 6139095. OLE color: 6139095.

HSL color Cylindrical-coordinate representation of color #D7AC5D: hue angle of 38.85º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D7AC5D is Cyan = 0, Magento = 0.2, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21517293-
CMYK00.20.570.16
HSL38.85º60.4%60.39%-
HSV(B)38.85º56.74%84.31%-
XYZ44.7544.7416.63-
YUV175.8581.25155.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.79%
GREEN value IS 172 (67.58% from 255) = 35.83%
BLUE value IS 93 (36.72% from 255) = 19.38%
R=44.79%
G=35.83%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151729300.20.570.1638.8560.460.39
HexD7AC5D0143910273c3c
Octal3272541350247120477474
Binary1101011110101100101110101010011100110000100111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AC5D; }

 p { color: rgb(215,172,93); }

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

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

 a { background-color: rgb(215,172,93); }

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

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

 span { border-color: rgb(215,172,93); }

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