#D3A95C

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

Shades of Apache #D3A95C

Tints of Apache #D3A95C

Color information

#D3A95C (or 0xD3A95C) is unknown color: approx Apache. HEX triplet: D3, A9 and 5C. RGB value is (211,169,92). Sum of RGB (Red+Green+Blue) = 211+169+92=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 169 (66.41% from 255 or 35.81% from 472); Blue value is 92 (36.33% from 255 or 19.49% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A95C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3A95C is #2C56A3. Grayscale: #ADADAD. Windows color (decimal): -2905764 or 6072787. OLE color: 6072787.

HSL color Cylindrical-coordinate representation of color #D3A95C: hue angle of 38.82º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3A95C is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB21116992-
CMYK00.200.560.17
HSL38.82º57.49%59.41%-
HSV(B)38.82º56.4%82.75%-
XYZ42.984316.16-
YUV172.7882.41155.26-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.70%
GREEN value IS 169 (66.41% from 255) = 35.81%
BLUE value IS 92 (36.33% from 255) = 19.49%
R=44.70%
G=35.81%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2111699200.200.560.1738.8257.4959.41
HexD3A95C014381127393b
Octal3232511340247021477173
Binary1101001110101001101110001010011100010001100111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A95C; }

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

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

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

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

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

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

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

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