#D4A867

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

Shades of Apache #D4A867

Tints of Apache #D4A867

Color information

#D4A867 (or 0xD4A867) is unknown color: approx Apache. HEX triplet: D4, A8 and 67. RGB value is (212,168,103). Sum of RGB (Red+Green+Blue) = 212+168+103=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 168 (66.02% from 255 or 34.78% from 483); Blue value is 103 (40.62% from 255 or 21.33% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A867 is #2B5798. Grayscale: #AEAEAE. Windows color (decimal): -2840473 or 6793428. OLE color: 6793428.

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

Color convert

RGB212168103-
CMYK00.210.510.17
HSL35.78º55.9%61.76%-
HSV(B)35.78º51.42%83.14%-
XYZ43.642.9818.83-
YUV173.7588.08155.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.89%
GREEN value IS 168 (66.02% from 255) = 34.78%
BLUE value IS 103 (40.62% from 255) = 21.33%
R=43.89%
G=34.78%
B=21.33%

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
Decimal21216810300.210.510.1735.7855.961.76
HexD4A867015331124383e
Octal3242501470256321447076
Binary1101010010101000110011101010111001110001100100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A867; }

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

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

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

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

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

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

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

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