#D5A467

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

Shades of Apache #D5A467

Tints of Apache #D5A467

Color information

#D5A467 (or 0xD5A467) is unknown color: approx Apache. HEX triplet: D5, A4 and 67. RGB value is (213,164,103). Sum of RGB (Red+Green+Blue) = 213+164+103=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A467 is #2A5B98. Grayscale: #ABABAB. Windows color (decimal): -2775961 or 6792405. OLE color: 6792405.

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

Color convert

RGB213164103-
CMYK00.230.520.16
HSL33.27º56.7%61.96%-
HSV(B)33.27º51.64%83.53%-
XYZ43.1641.6818.6-
YUV171.789.23157.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.38%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 103 (40.62% from 255) = 21.46%
R=44.38%
G=34.17%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21316410300.230.520.1633.2756.761.96
HexD5A467017341021393e
Octal3252441470276420417176
Binary1101010110100100110011101011111010010000100001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5A467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5A467; }

 p { color: rgb(213,164,103); }

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

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

 a { background-color: rgb(213,164,103); }

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

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

 span { border-color: rgb(213,164,103); }

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