#D6AB5D

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

Shades of Apache #D6AB5D

Tints of Apache #D6AB5D

Color information

#D6AB5D (or 0xD6AB5D) is unknown color: approx Apache. HEX triplet: D6, AB and 5D. RGB value is (214,171,93). Sum of RGB (Red+Green+Blue) = 214+171+93=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB5D is #2954A2. Grayscale: #AFAFAF. Windows color (decimal): -2708643 or 6138838. OLE color: 6138838.

HSL color Cylindrical-coordinate representation of color #D6AB5D: hue angle of 38.68º 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 #D6AB5D is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21417193-
CMYK00.200.570.16
HSL38.68º59.61%60.2%-
HSV(B)38.68º56.54%83.92%-
XYZ44.2744.2116.56-
YUV174.9681.75155.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 93 (36.72% from 255) = 19.46%
R=44.77%
G=35.77%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141719300.200.570.1638.6859.6160.2
HexD6AB5D0143910273c3c
Octal3262531350247120477474
Binary1101011010101011101110101010011100110000100111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB5D; }

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

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

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

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

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

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

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

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