#D1AD63

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

Shades of Apache #D1AD63

Tints of Apache #D1AD63

Color information

#D1AD63 (or 0xD1AD63) is unknown color: approx Apache. HEX triplet: D1, AD and 63. RGB value is (209,173,99). Sum of RGB (Red+Green+Blue) = 209+173+99=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AD63 is #2E529C. Grayscale: #AFAFAF. Windows color (decimal): -3035805 or 6532561. OLE color: 6532561.

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

Color convert

RGB20917399-
CMYK00.170.530.18
HSL40.36º54.46%60.39%-
HSV(B)40.36º52.63%81.96%-
XYZ43.4944.3418.07-
YUV175.3384.93152.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.45%
GREEN value IS 173 (67.97% from 255) = 35.97%
BLUE value IS 99 (39.06% from 255) = 20.58%
R=43.45%
G=35.97%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091739900.170.530.1840.3654.4660.39
HexD1AD63011351228363c
Octal3212551430216522506674
Binary1101000110101101110001101000111010110010101000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1AD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1AD63; }

 p { color: rgb(209,173,99); }

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

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

 a { background-color: rgb(209,173,99); }

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

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

 span { border-color: rgb(209,173,99); }

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