#D2AC63

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

Shades of Apache #D2AC63

Tints of Apache #D2AC63

Color information

#D2AC63 (or 0xD2AC63) is unknown color: approx Apache. HEX triplet: D2, AC and 63. RGB value is (210,172,99). Sum of RGB (Red+Green+Blue) = 210+172+99=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AC63 is #2D539C. Grayscale: #AFAFAF. Windows color (decimal): -2970525 or 6532306. OLE color: 6532306.

HSL color Cylindrical-coordinate representation of color #D2AC63: hue angle of 39.46º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2AC63 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB21017299-
CMYK00.180.530.18
HSL39.46º55.22%60.59%-
HSV(B)39.46º52.86%82.35%-
XYZ43.5844.1118.02-
YUV175.0485.09152.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.66%
GREEN value IS 172 (67.58% from 255) = 35.76%
BLUE value IS 99 (39.06% from 255) = 20.58%
R=43.66%
G=35.76%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101729900.180.530.1839.4655.2260.59
HexD2AC63012351227373d
Octal3222541430226522476775
Binary1101001010101100110001101001011010110010100111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AC63; }

 p { color: rgb(210,172,99); }

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

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

 a { background-color: rgb(210,172,99); }

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

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

 span { border-color: rgb(210,172,99); }

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