#D9A358

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

Shades of Apache #D9A358

Tints of Apache #D9A358

Color information

#D9A358 (or 0xD9A358) is unknown color: approx Apache. HEX triplet: D9, A3 and 58. RGB value is (217,163,88). Sum of RGB (Red+Green+Blue) = 217+163+88=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A358 is #265CA7. Grayscale: #AAAAAA. Windows color (decimal): -2514088 or 5809113. OLE color: 5809113.

HSL color Cylindrical-coordinate representation of color #D9A358: hue angle of 34.88º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9A358 is Cyan = 0, Magento = 0.25, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB21716388-
CMYK00.250.590.15
HSL34.88º62.93%59.8%-
HSV(B)34.88º59.45%85.1%-
XYZ43.4741.6514.98-
YUV170.681.39161.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.37%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 88 (34.77% from 255) = 18.80%
R=46.37%
G=34.83%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171638800.250.590.1534.8862.9359.8
HexD9A3580193BF233f3c
Octal3312431300317317437774
Binary110110011010001110110000110011110111111100011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A358; }

 p { color: rgb(217,163,88); }

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

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

 a { background-color: rgb(217,163,88); }

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

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

 span { border-color: rgb(217,163,88); }

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