#D7AB5F

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

Shades of Apache #D7AB5F

Tints of Apache #D7AB5F

Color information

#D7AB5F (or 0xD7AB5F) is unknown color: approx Apache. HEX triplet: D7, AB and 5F. RGB value is (215,171,95). Sum of RGB (Red+Green+Blue) = 215+171+95=481 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.70% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB5F is #2854A0. Grayscale: #AFAFAF. Windows color (decimal): -2643105 or 6269911. OLE color: 6269911.

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

Color convert

RGB21517195-
CMYK00.200.560.16
HSL38º60%60.78%-
HSV(B)38º55.81%84.31%-
XYZ44.6544.417.04-
YUV175.4982.58156.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.70%
GREEN value IS 171 (67.19% from 255) = 35.55%
BLUE value IS 95 (37.5% from 255) = 19.75%
R=44.70%
G=35.55%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151719500.200.560.16386060.78
HexD7AB5F0143810263c3d
Octal3272531370247020467475
Binary1101011110101011101111101010011100010000100110111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AB5F; }

 p { color: rgb(215,171,95); }

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

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

 a { background-color: rgb(215,171,95); }

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

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

 span { border-color: rgb(215,171,95); }

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