#D6A95C

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

Shades of Apache #D6A95C

Tints of Apache #D6A95C

Color information

#D6A95C (or 0xD6A95C) is unknown color: approx Apache. HEX triplet: D6, A9 and 5C. RGB value is (214,169,92). Sum of RGB (Red+Green+Blue) = 214+169+92=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 169 (66.41% from 255 or 35.58% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A95C is #2956A3. Grayscale: #AEAEAE. Windows color (decimal): -2709156 or 6072790. OLE color: 6072790.

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

Color convert

RGB21416992-
CMYK00.210.570.16
HSL37.87º59.8%60%-
HSV(B)37.87º57.01%83.92%-
XYZ43.8543.4416.2-
YUV173.6881.91156.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.05%
GREEN value IS 169 (66.41% from 255) = 35.58%
BLUE value IS 92 (36.33% from 255) = 19.37%
R=45.05%
G=35.58%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141699200.210.570.1637.8759.860
HexD6A95C0153910263c3c
Octal3262511340257120467474
Binary1101011010101001101110001010111100110000100110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A95C; }

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

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

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

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

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

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

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

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