#D8A255

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

Shades of Apache #D8A255

Tints of Apache #D8A255

Color information

#D8A255 (or 0xD8A255) is unknown color: approx Apache. HEX triplet: D8, A2 and 55. RGB value is (216,162,85). Sum of RGB (Red+Green+Blue) = 216+162+85=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 85 (33.59% from 255 or 18.36% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A255 is #275DAA. Grayscale: #A9A9A9. Windows color (decimal): -2579883 or 5612248. OLE color: 5612248.

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

Color convert

RGB21616285-
CMYK00.250.610.15
HSL35.27º62.68%59.02%-
HSV(B)35.27º60.65%84.71%-
XYZ42.8841.114.27-
YUV169.3780.39161.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.65%
GREEN value IS 162 (63.67% from 255) = 34.99%
BLUE value IS 85 (33.59% from 255) = 18.36%
R=46.65%
G=34.99%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161628500.250.610.1535.2762.6859.02
HexD8A2550193DF233f3b
Octal3302421250317517437773
Binary110110001010001010101010110011111011111100011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A255; }

 p { color: rgb(216,162,85); }

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

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

 a { background-color: rgb(216,162,85); }

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

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

 span { border-color: rgb(216,162,85); }

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