#d2a75b

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

Shades of Apache #D2A75B

Tints of Apache #D2A75B

Color information

#D2A75B (or 0xD2A75B) is unknown color: approx Apache. HEX triplet: D2, A7 and 5B. RGB value is (210,167,91). Sum of RGB (Red+Green+Blue) = 210+167+91=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A75B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A75B is #2D58A4. Grayscale: #ABABAB. Windows color (decimal): -2971813 or 6006738. OLE color: 6006738.

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

Color convert

RGB21016791-
CMYK00.200.570.18
HSL38.32º56.94%59.02%-
HSV(B)38.32º56.67%82.35%-
XYZ42.2942.0915.79-
YUV171.1982.75155.68-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.87%
GREEN value IS 167 (65.62% from 255) = 35.68%
BLUE value IS 91 (35.94% from 255) = 19.44%
R=44.87%
G=35.68%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101679100.200.570.1838.3256.9459.02
HexD2A75B014391226393b
Octal3222471330247122467173
Binary1101001010100111101101101010011100110010100110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2a75b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2a75b; }

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

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

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

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

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

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

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

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