#D7A253

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

Shades of Apache #D7A253

Tints of Apache #D7A253

Color information

#D7A253 (or 0xD7A253) is unknown color: approx Apache. HEX triplet: D7, A2 and 53. RGB value is (215,162,83). Sum of RGB (Red+Green+Blue) = 215+162+83=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A253 is #285DAC. Grayscale: #A9A9A9. Windows color (decimal): -2645421 or 5481175. OLE color: 5481175.

HSL color Cylindrical-coordinate representation of color #D7A253: hue angle of 35.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D7A253 is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB21516283-
CMYK00.250.610.16
HSL35.91º62.26%58.43%-
HSV(B)35.91º61.4%84.31%-
XYZ42.5140.9113.84-
YUV168.8479.56160.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.74%
GREEN value IS 162 (63.67% from 255) = 35.22%
BLUE value IS 83 (32.81% from 255) = 18.04%
R=46.74%
G=35.22%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151628300.250.610.1635.9162.2658.43
HexD7A2530193D10243e3a
Octal3272421230317520447672
Binary1101011110100010101001101100111110110000100100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A253; }

 p { color: rgb(215,162,83); }

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

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

 a { background-color: rgb(215,162,83); }

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

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

 span { border-color: rgb(215,162,83); }

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