#D5A25C

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

Shades of Apache #D5A25C

Tints of Apache #D5A25C

Color information

#D5A25C (or 0xD5A25C) is unknown color: approx Apache. HEX triplet: D5, A2 and 5C. RGB value is (213,162,92). Sum of RGB (Red+Green+Blue) = 213+162+92=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A25C is #2A5DA3. Grayscale: #A9A9A9. Windows color (decimal): -2776484 or 6070997. OLE color: 6070997.

HSL color Cylindrical-coordinate representation of color #D5A25C: hue angle of 34.71º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5A25C is Cyan = 0, Magento = 0.24, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21316292-
CMYK00.240.570.16
HSL34.71º59.02%59.8%-
HSV(B)34.71º56.81%83.53%-
XYZ42.2940.7615.76-
YUV169.2784.4159.19-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 92 (36.33% from 255) = 19.70%
R=45.61%
G=34.69%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131629200.240.570.1634.7159.0259.8
HexD5A25C0183910233b3c
Octal3252421340307120437374
Binary1101010110100010101110001100011100110000100011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A25C; }

 p { color: rgb(213,162,92); }

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

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

 a { background-color: rgb(213,162,92); }

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

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

 span { border-color: rgb(213,162,92); }

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