#D4A567

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

Shades of Apache #D4A567

Tints of Apache #D4A567

Color information

#D4A567 (or 0xD4A567) is unknown color: approx Apache. HEX triplet: D4, A5 and 67. RGB value is (212,165,103). Sum of RGB (Red+Green+Blue) = 212+165+103=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 103 (40.62% from 255 or 21.46% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A567 is #2B5A98. Grayscale: #ACACAC. Windows color (decimal): -2841241 or 6792660. OLE color: 6792660.

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

Color convert

RGB212165103-
CMYK00.220.510.17
HSL34.13º55.9%61.76%-
HSV(B)34.13º51.42%83.14%-
XYZ43.0541.8918.65-
YUV171.9889.07156.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.17%
GREEN value IS 165 (64.84% from 255) = 34.38%
BLUE value IS 103 (40.62% from 255) = 21.46%
R=44.17%
G=34.38%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216510300.220.510.1734.1355.961.76
HexD4A567016331122383e
Octal3242451470266321427076
Binary1101010010100101110011101011011001110001100010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A567; }

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

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

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

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

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

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

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

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