#D4A468

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

Shades of Apache #D4A468

Tints of Apache #D4A468

Color information

#D4A468 (or 0xD4A468) is unknown color: approx Apache. HEX triplet: D4, A4 and 68. RGB value is (212,164,104). Sum of RGB (Red+Green+Blue) = 212+164+104=480 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.17% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A468 is #2B5B97. Grayscale: #ABABAB. Windows color (decimal): -2841496 or 6857940. OLE color: 6857940.

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

Color convert

RGB212164104-
CMYK00.230.510.17
HSL33.33º55.67%61.96%-
HSV(B)33.33º50.94%83.14%-
XYZ42.9341.5518.85-
YUV171.5189.9156.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.17%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 104 (41.02% from 255) = 21.67%
R=44.17%
G=34.17%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216410400.230.510.1733.3355.6761.96
HexD4A468017331121383e
Octal3242441500276321417076
Binary1101010010100100110100001011111001110001100001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A468; }

 p { color: rgb(212,164,104); }

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

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

 a { background-color: rgb(212,164,104); }

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

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

 span { border-color: rgb(212,164,104); }

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