#D1A658

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

Shades of Apache #D1A658

Tints of Apache #D1A658

Color information

#D1A658 (or 0xD1A658) is unknown color: approx Apache. HEX triplet: D1, A6 and 58. RGB value is (209,166,88). Sum of RGB (Red+Green+Blue) = 209+166+88=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 88 (34.77% from 255 or 19.01% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A658 is #2E59A7. Grayscale: #AAAAAA. Windows color (decimal): -3037608 or 5809873. OLE color: 5809873.

HSL color Cylindrical-coordinate representation of color #D1A658: hue angle of 38.68º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D1A658 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.18.

Color convert

RGB20916688-
CMYK00.210.580.18
HSL38.68º56.81%58.24%-
HSV(B)38.68º57.89%81.96%-
XYZ41.6941.5315.05-
YUV169.9681.75155.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.14%
GREEN value IS 166 (65.23% from 255) = 35.85%
BLUE value IS 88 (34.77% from 255) = 19.01%
R=45.14%
G=35.85%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091668800.210.580.1838.6856.8158.24
HexD1A6580153A1227393a
Octal3212461300257222477172
Binary1101000110100110101100001010111101010010100111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A658; }

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

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

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

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

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

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

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

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