#D2A75D

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

Shades of Apache #D2A75D

Tints of Apache #D2A75D

Color information

#D2A75D (or 0xD2A75D) is unknown color: approx Apache. HEX triplet: D2, A7 and 5D. RGB value is (210,167,93). Sum of RGB (Red+Green+Blue) = 210+167+93=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 93 (36.72% from 255 or 19.79% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A75D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A75D is #2D58A2. Grayscale: #ABABAB. Windows color (decimal): -2971811 or 6137810. OLE color: 6137810.

HSL color Cylindrical-coordinate representation of color #D2A75D: hue angle of 37.95º 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 #D2A75D is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB21016793-
CMYK00.200.560.18
HSL37.95º56.52%59.41%-
HSV(B)37.95º55.71%82.35%-
XYZ42.3742.1316.25-
YUV171.4283.75155.52-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.68%
GREEN value IS 167 (65.62% from 255) = 35.53%
BLUE value IS 93 (36.72% from 255) = 19.79%
R=44.68%
G=35.53%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101679300.200.560.1837.9556.5259.41
HexD2A75D014381226393b
Octal3222471350247022467173
Binary1101001010100111101110101010011100010010100110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A75D; }

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

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

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

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

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

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

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

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