#D1A758

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

Shades of Apache #D1A758

Tints of Apache #D1A758

Color information

#D1A758 (or 0xD1A758) is unknown color: approx Apache. HEX triplet: D1, A7 and 58. RGB value is (209,167,88). Sum of RGB (Red+Green+Blue) = 209+167+88=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 88 (34.77% from 255 or 18.97% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A758 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A758 is #2E58A7. Grayscale: #AAAAAA. Windows color (decimal): -3037352 or 5810129. OLE color: 5810129.

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

Color convert

RGB20916788-
CMYK00.200.580.18
HSL39.17º56.81%58.24%-
HSV(B)39.17º57.89%81.96%-
XYZ41.8741.915.11-
YUV170.5581.41155.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.04%
GREEN value IS 167 (65.62% from 255) = 35.99%
BLUE value IS 88 (34.77% from 255) = 18.97%
R=45.04%
G=35.99%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091678800.200.580.1839.1756.8158.24
HexD1A7580143A1227393a
Octal3212471300247222477172
Binary1101000110100111101100001010011101010010100111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A758; }

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

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

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

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

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

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

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

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