#D1A468

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

Shades of Apache #D1A468

Tints of Apache #D1A468

Color information

#D1A468 (or 0xD1A468) is unknown color: approx Apache. HEX triplet: D1, A4 and 68. RGB value is (209,164,104). Sum of RGB (Red+Green+Blue) = 209+164+104=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 164 (64.45% from 255 or 34.38% from 477); Blue value is 104 (41.02% from 255 or 21.80% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A468 is #2E5B97. Grayscale: #AAAAAA. Windows color (decimal): -3038104 or 6857937. OLE color: 6857937.

HSL color Cylindrical-coordinate representation of color #D1A468: hue angle of 34.29º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1A468 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB209164104-
CMYK00.220.500.18
HSL34.29º53.3%61.37%-
HSV(B)34.29º50.24%81.96%-
XYZ42.0741.1118.81-
YUV170.6290.41155.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.82%
GREEN value IS 164 (64.45% from 255) = 34.38%
BLUE value IS 104 (41.02% from 255) = 21.80%
R=43.82%
G=34.38%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916410400.220.500.1834.2953.361.37
HexD1A468016321222353d
Octal3212441500266222426575
Binary1101000110100100110100001011011001010010100010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A468; }

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

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

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

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

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

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

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

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