#D4A167

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

Shades of Apache #D4A167

Tints of Apache #D4A167

Color information

#D4A167 (or 0xD4A167) is unknown color: approx Apache. HEX triplet: D4, A1 and 67. RGB value is (212,161,103). Sum of RGB (Red+Green+Blue) = 212+161+103=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A167 is #2B5E98. Grayscale: #A9A9A9. Windows color (decimal): -2842265 or 6791636. OLE color: 6791636.

HSL color Cylindrical-coordinate representation of color #D4A167: hue angle of 31.93º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4A167 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB212161103-
CMYK00.240.510.17
HSL31.93º55.9%61.76%-
HSV(B)31.93º51.42%83.14%-
XYZ42.3440.4718.41-
YUV169.6490.4158.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.54%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 103 (40.62% from 255) = 21.64%
R=44.54%
G=33.82%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216110300.240.510.1731.9355.961.76
HexD4A167018331120383e
Octal3242411470306321407076
Binary1101010010100001110011101100011001110001100000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A167; }

 p { color: rgb(212,161,103); }

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

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

 a { background-color: rgb(212,161,103); }

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

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

 span { border-color: rgb(212,161,103); }

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