#D5A35B

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

Shades of Apache #D5A35B

Tints of Apache #D5A35B

Color information

#D5A35B (or 0xD5A35B) is unknown color: approx Apache. HEX triplet: D5, A3 and 5B. RGB value is (213,163,91). Sum of RGB (Red+Green+Blue) = 213+163+91=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A35B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A35B is #2A5CA4. Grayscale: #AAAAAA. Windows color (decimal): -2776229 or 6005717. OLE color: 6005717.

HSL color Cylindrical-coordinate representation of color #D5A35B: hue angle of 35.41º 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 #D5A35B is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21316391-
CMYK00.230.570.16
HSL35.41º59.22%59.61%-
HSV(B)35.41º57.28%83.53%-
XYZ42.4341.115.59-
YUV169.7483.56158.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 163 (64.06% from 255) = 34.90%
BLUE value IS 91 (35.94% from 255) = 19.49%
R=45.61%
G=34.90%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131639100.230.570.1635.4159.2259.61
HexD5A35B0173910233b3c
Octal3252431330277120437374
Binary1101010110100011101101101011111100110000100011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A35B; }

 p { color: rgb(213,163,91); }

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

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

 a { background-color: rgb(213,163,91); }

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

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

 span { border-color: rgb(213,163,91); }

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