#D8AB5D

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

Shades of Apache #D8AB5D

Tints of Apache #D8AB5D

Color information

#D8AB5D (or 0xD8AB5D) is unknown color: approx Apache. HEX triplet: D8, AB and 5D. RGB value is (216,171,93). Sum of RGB (Red+Green+Blue) = 216+171+93=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB5D is #2754A2. Grayscale: #AFAFAF. Windows color (decimal): -2577571 or 6138840. OLE color: 6138840.

HSL color Cylindrical-coordinate representation of color #D8AB5D: hue angle of 38.05º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8AB5D is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB21617193-
CMYK00.210.570.15
HSL38.05º61.19%60.59%-
HSV(B)38.05º56.94%84.71%-
XYZ44.8644.5216.58-
YUV175.5681.41156.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45%
GREEN value IS 171 (67.19% from 255) = 35.62%
BLUE value IS 93 (36.72% from 255) = 19.38%
R=45%
G=35.62%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161719300.210.570.1538.0561.1960.59
HexD8AB5D01539F263d3d
Octal3302531350257117467575
Binary110110001010101110111010101011110011111100110111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AB5D; }

 p { color: rgb(216,171,93); }

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

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

 a { background-color: rgb(216,171,93); }

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

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

 span { border-color: rgb(216,171,93); }

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