#d9a658

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

Shades of Apache #D9A658

Tints of Apache #D9A658

Color information

#D9A658 (or 0xD9A658) is unknown color: approx Apache. HEX triplet: D9, A6 and 58. RGB value is (217,166,88). Sum of RGB (Red+Green+Blue) = 217+166+88=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 88 (34.77% from 255 or 18.68% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A658 is #2659A7. Grayscale: #ACACAC. Windows color (decimal): -2513320 or 5809881. OLE color: 5809881.

HSL color Cylindrical-coordinate representation of color #D9A658: hue angle of 36.28º 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 #D9A658 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB21716688-
CMYK00.240.590.15
HSL36.28º62.93%59.8%-
HSV(B)36.28º59.45%85.1%-
XYZ44.0142.7315.16-
YUV172.3680.4159.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.07%
GREEN value IS 166 (65.23% from 255) = 35.24%
BLUE value IS 88 (34.77% from 255) = 18.68%
R=46.07%
G=35.24%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171668800.240.590.1536.2862.9359.8
HexD9A6580183BF243f3c
Octal3312461300307317447774
Binary110110011010011010110000110001110111111100100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9a658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9a658; }

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

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

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

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

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

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

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

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