#D6AB5C

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

Shades of Apache #D6AB5C

Tints of Apache #D6AB5C

Color information

#D6AB5C (or 0xD6AB5C) is unknown color: approx Apache. HEX triplet: D6, AB and 5C. RGB value is (214,171,92). Sum of RGB (Red+Green+Blue) = 214+171+92=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB5C is #2954A3. Grayscale: #AFAFAF. Windows color (decimal): -2708644 or 6073302. OLE color: 6073302.

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

Color convert

RGB21417192-
CMYK00.200.570.16
HSL38.85º59.8%60%-
HSV(B)38.85º57.01%83.92%-
XYZ44.2344.1916.32-
YUV174.8581.25155.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 171 (67.19% from 255) = 35.85%
BLUE value IS 92 (36.33% from 255) = 19.29%
R=44.86%
G=35.85%
B=19.29%

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
Decimal2141719200.200.570.1638.8559.860
HexD6AB5C0143910273c3c
Octal3262531340247120477474
Binary1101011010101011101110001010011100110000100111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB5C; }

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

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

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

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

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

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

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

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