#D5A35F

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

Shades of Apache #D5A35F

Tints of Apache #D5A35F

Color information

#D5A35F (or 0xD5A35F) is unknown color: approx Apache. HEX triplet: D5, A3 and 5F. RGB value is (213,163,95). Sum of RGB (Red+Green+Blue) = 213+163+95=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 95 (37.5% from 255 or 20.17% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A35F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A35F is #2A5CA0. Grayscale: #AAAAAA. Windows color (decimal): -2776225 or 6267861. OLE color: 6267861.

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

Color convert

RGB21316395-
CMYK00.230.550.16
HSL34.58º58.42%60.39%-
HSV(B)34.58º55.4%83.53%-
XYZ42.641.1716.53-
YUV170.285.56158.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.22%
GREEN value IS 163 (64.06% from 255) = 34.61%
BLUE value IS 95 (37.5% from 255) = 20.17%
R=45.22%
G=34.61%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131639500.230.550.1634.5858.4260.39
HexD5A35F0173710233a3c
Octal3252431370276720437274
Binary1101010110100011101111101011111011110000100011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A35F; }

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

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

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

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

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

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

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

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