#D2AC5D

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

Shades of Apache #D2AC5D

Tints of Apache #D2AC5D

Color information

#D2AC5D (or 0xD2AC5D) is unknown color: approx Apache. HEX triplet: D2, AC and 5D. RGB value is (210,172,93). Sum of RGB (Red+Green+Blue) = 210+172+93=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AC5D is #2D53A2. Grayscale: #AEAEAE. Windows color (decimal): -2970531 or 6139090. OLE color: 6139090.

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

Color convert

RGB21017293-
CMYK00.180.560.18
HSL40.51º56.52%59.41%-
HSV(B)40.51º55.71%82.35%-
XYZ43.314416.57-
YUV174.3682.09153.42-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 93 (36.72% from 255) = 19.58%
R=44.21%
G=36.21%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101729300.180.560.1840.5156.5259.41
HexD2AC5D012381229393b
Octal3222541350227022517173
Binary1101001010101100101110101001011100010010101001111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AC5D; }

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

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

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

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

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

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

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

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