#D4A767

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

Shades of Apache #D4A767

Tints of Apache #D4A767

Color information

#D4A767 (or 0xD4A767) is unknown color: approx Apache. HEX triplet: D4, A7 and 67. RGB value is (212,167,103). Sum of RGB (Red+Green+Blue) = 212+167+103=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A767 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A767 is #2B5898. Grayscale: #ADADAD. Windows color (decimal): -2840729 or 6793172. OLE color: 6793172.

HSL color Cylindrical-coordinate representation of color #D4A767: hue angle of 35.23º 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 #D4A767 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB212167103-
CMYK00.210.510.17
HSL35.23º55.9%61.76%-
HSV(B)35.23º51.42%83.14%-
XYZ43.4242.6118.77-
YUV173.1688.41155.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.98%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 103 (40.62% from 255) = 21.37%
R=43.98%
G=34.65%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216710300.210.510.1735.2355.961.76
HexD4A767015331123383e
Octal3242471470256321437076
Binary1101010010100111110011101010111001110001100011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A767; }

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

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

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

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

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

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

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

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