#D2AF5D

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

Shades of Apache #D2AF5D

Tints of Apache #D2AF5D

Color information

#D2AF5D (or 0xD2AF5D) is unknown color: approx Apache. HEX triplet: D2, AF and 5D. RGB value is (210,175,93). Sum of RGB (Red+Green+Blue) = 210+175+93=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AF5D is #2D50A2. Grayscale: #B0B0B0. Windows color (decimal): -2969763 or 6139858. OLE color: 6139858.

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

Color convert

RGB21017593-
CMYK00.170.560.18
HSL42.05º56.52%59.41%-
HSV(B)42.05º55.71%82.35%-
XYZ43.8845.1516.76-
YUV176.1281.1152.17-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.93%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 93 (36.72% from 255) = 19.46%
R=43.93%
G=36.61%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101759300.170.560.1842.0556.5259.41
HexD2AF5D01138122a393b
Octal3222571350217022527173
Binary1101001010101111101110101000111100010010101010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AF5D; }

 p { color: rgb(210,175,93); }

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

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

 a { background-color: rgb(210,175,93); }

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

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

 span { border-color: rgb(210,175,93); }

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