#D8AB5B

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

Shades of Apache #D8AB5B

Tints of Apache #D8AB5B

Color information

#D8AB5B (or 0xD8AB5B) is unknown color: approx Apache. HEX triplet: D8, AB and 5B. RGB value is (216,171,91). Sum of RGB (Red+Green+Blue) = 216+171+91=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 91 (35.94% from 255 or 19.04% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AB5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AB5B is #2754A4. Grayscale: #AFAFAF. Windows color (decimal): -2577573 or 6007768. OLE color: 6007768.

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

Color convert

RGB21617191-
CMYK00.210.580.15
HSL38.4º61.58%60.2%-
HSV(B)38.4º57.87%84.71%-
XYZ44.7744.4816.12-
YUV175.3480.41157-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.19%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 91 (35.94% from 255) = 19.04%
R=45.19%
G=35.77%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161719100.210.580.1538.461.5860.2
HexD8AB5B0153AF263e3c
Octal3302531330257217467674
Binary110110001010101110110110101011110101111100110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AB5B; }

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

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

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

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

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

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

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

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