#D5A85A

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

Shades of Apache #D5A85A

Tints of Apache #D5A85A

Color information

#D5A85A (or 0xD5A85A) is unknown color: approx Apache. HEX triplet: D5, A8 and 5A. RGB value is (213,168,90). Sum of RGB (Red+Green+Blue) = 213+168+90=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 90 (35.55% from 255 or 19.11% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A85A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A85A is #2A57A5. Grayscale: #ACACAC. Windows color (decimal): -2774950 or 5941461. OLE color: 5941461.

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

Color convert

RGB21316890-
CMYK00.210.580.16
HSL38.05º59.42%59.41%-
HSV(B)38.05º57.75%83.53%-
XYZ43.2942.8915.67-
YUV172.5681.41156.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.22%
GREEN value IS 168 (66.02% from 255) = 35.67%
BLUE value IS 90 (35.55% from 255) = 19.11%
R=45.22%
G=35.67%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131689000.210.580.1638.0559.4259.41
HexD5A85A0153A10263b3b
Octal3252501320257220467373
Binary1101010110101000101101001010111101010000100110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A85A; }

 p { color: rgb(213,168,90); }

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

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

 a { background-color: rgb(213,168,90); }

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

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

 span { border-color: rgb(213,168,90); }

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