#D2A95F

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

Shades of Apache #D2A95F

Tints of Apache #D2A95F

Color information

#D2A95F (or 0xD2A95F) is unknown color: approx Apache. HEX triplet: D2, A9 and 5F. RGB value is (210,169,95). Sum of RGB (Red+Green+Blue) = 210+169+95=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A95F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A95F is #2D56A0. Grayscale: #ADADAD. Windows color (decimal): -2971297 or 6269394. OLE color: 6269394.

HSL color Cylindrical-coordinate representation of color #D2A95F: hue angle of 38.61º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2A95F is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB21016995-
CMYK00.200.550.18
HSL38.61º56.1%59.8%-
HSV(B)38.61º54.76%82.35%-
XYZ42.8342.916.85-
YUV172.8284.08154.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.30%
GREEN value IS 169 (66.41% from 255) = 35.65%
BLUE value IS 95 (37.5% from 255) = 20.04%
R=44.30%
G=35.65%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101699500.200.550.1838.6156.159.8
HexD2A95F014371227383c
Octal3222511370246722477074
Binary1101001010101001101111101010011011110010100111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A95F; }

 p { color: rgb(210,169,95); }

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

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

 a { background-color: rgb(210,169,95); }

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

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

 span { border-color: rgb(210,169,95); }

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