#D2AC5F

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

Shades of Apache #D2AC5F

Tints of Apache #D2AC5F

Color information

#D2AC5F (or 0xD2AC5F) is unknown color: approx Apache. HEX triplet: D2, AC and 5F. RGB value is (210,172,95). Sum of RGB (Red+Green+Blue) = 210+172+95=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 95 (37.5% from 255 or 19.92% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AC5F is #2D53A0. Grayscale: #AEAEAE. Windows color (decimal): -2970529 or 6270162. OLE color: 6270162.

HSL color Cylindrical-coordinate representation of color #D2AC5F: hue angle of 40.17º 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 #D2AC5F is Cyan = 0, Magento = 0.18, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB21017295-
CMYK00.180.550.18
HSL40.17º56.1%59.8%-
HSV(B)40.17º54.76%82.35%-
XYZ43.444.0317.04-
YUV174.5883.09153.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.03%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 95 (37.5% from 255) = 19.92%
R=44.03%
G=36.06%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101729500.180.550.1840.1756.159.8
HexD2AC5F012371228383c
Octal3222541370226722507074
Binary1101001010101100101111101001011011110010101000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AC5F; }

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

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

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

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

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

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

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

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