#D2A358

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

Shades of Apache #D2A358

Tints of Apache #D2A358

Color information

#D2A358 (or 0xD2A358) is unknown color: approx Apache. HEX triplet: D2, A3 and 58. RGB value is (210,163,88). Sum of RGB (Red+Green+Blue) = 210+163+88=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 163 (64.06% from 255 or 35.36% from 461); Blue value is 88 (34.77% from 255 or 19.09% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A358 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A358 is #2D5CA7. Grayscale: #A8A8A8. Windows color (decimal): -2972840 or 5809106. OLE color: 5809106.

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

Color convert

RGB21016388-
CMYK00.220.580.18
HSL36.89º57.55%58.43%-
HSV(B)36.89º58.1%82.35%-
XYZ41.4440.614.89-
YUV168.582.57157.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 163 (64.06% from 255) = 35.36%
BLUE value IS 88 (34.77% from 255) = 19.09%
R=45.55%
G=35.36%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101638800.220.580.1836.8957.5558.43
HexD2A3580163A12253a3a
Octal3222431300267222457272
Binary1101001010100011101100001011011101010010100101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A358; }

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

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

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

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

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

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

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

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