#d1a668

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

Shades of Apache #D1A668

Tints of Apache #D1A668

Color information

#D1A668 (or 0xD1A668) is unknown color: approx Apache. HEX triplet: D1, A6 and 68. RGB value is (209,166,104). Sum of RGB (Red+Green+Blue) = 209+166+104=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A668 is #2E5997. Grayscale: #ACACAC. Windows color (decimal): -3037592 or 6858449. OLE color: 6858449.

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

Color convert

RGB209166104-
CMYK00.210.500.18
HSL35.43º53.3%61.37%-
HSV(B)35.43º50.24%81.96%-
XYZ42.4341.8318.93-
YUV171.7989.75154.54-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.63%
GREEN value IS 166 (65.23% from 255) = 34.66%
BLUE value IS 104 (41.02% from 255) = 21.71%
R=43.63%
G=34.66%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916610400.210.500.1835.4353.361.37
HexD1A668015321223353d
Octal3212461500256222436575
Binary1101000110100110110100001010111001010010100011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1a668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1a668; }

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

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

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

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

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

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

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

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