#D2A655

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

Shades of Apache #D2A655

Tints of Apache #D2A655

Color information

#D2A655 (or 0xD2A655) is unknown color: approx Apache. HEX triplet: D2, A6 and 55. RGB value is (210,166,85). Sum of RGB (Red+Green+Blue) = 210+166+85=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A655 is #2D59AA. Grayscale: #AAAAAA. Windows color (decimal): -2972075 or 5613266. OLE color: 5613266.

HSL color Cylindrical-coordinate representation of color #D2A655: hue angle of 38.88º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2A655 is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB21016685-
CMYK00.210.600.18
HSL38.88º58.14%57.84%-
HSV(B)38.88º59.52%82.35%-
XYZ41.8541.6314.42-
YUV169.9280.08156.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 85 (33.59% from 255) = 18.44%
R=45.55%
G=36.01%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101668500.210.600.1838.8858.1457.84
HexD2A6550153C12273a3a
Octal3222461250257422477272
Binary1101001010100110101010101010111110010010100111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A655; }

 p { color: rgb(210,166,85); }

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

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

 a { background-color: rgb(210,166,85); }

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

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

 span { border-color: rgb(210,166,85); }

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