#D2A257

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

Shades of Apache #D2A257

Tints of Apache #D2A257

Color information

#D2A257 (or 0xD2A257) is unknown color: approx Apache. HEX triplet: D2, A2 and 57. RGB value is (210,162,87). Sum of RGB (Red+Green+Blue) = 210+162+87=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 87 (34.38% from 255 or 18.95% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A257 is #2D5DA8. Grayscale: #A8A8A8. Windows color (decimal): -2973097 or 5743314. OLE color: 5743314.

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

Color convert

RGB21016287-
CMYK00.230.590.18
HSL36.59º57.75%58.24%-
HSV(B)36.59º58.57%82.35%-
XYZ41.2240.2314.61-
YUV167.882.4158.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.75%
GREEN value IS 162 (63.67% from 255) = 35.29%
BLUE value IS 87 (34.38% from 255) = 18.95%
R=45.75%
G=35.29%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101628700.230.590.1836.5957.7558.24
HexD2A2570173B12253a3a
Octal3222421270277322457272
Binary1101001010100010101011101011111101110010100101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A257; }

 p { color: rgb(210,162,87); }

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

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

 a { background-color: rgb(210,162,87); }

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

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

 span { border-color: rgb(210,162,87); }

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