#D2A15E

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

Shades of Apache #D2A15E

Tints of Apache #D2A15E

Color information

#D2A15E (or 0xD2A15E) is unknown color: approx Apache. HEX triplet: D2, A1 and 5E. RGB value is (210,161,94). Sum of RGB (Red+Green+Blue) = 210+161+94=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A15E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A15E is #2D5EA1. Grayscale: #A8A8A8. Windows color (decimal): -2973346 or 6201810. OLE color: 6201810.

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

Color convert

RGB21016194-
CMYK00.230.550.18
HSL34.66º56.31%59.61%-
HSV(B)34.66º55.24%82.35%-
XYZ41.344016.13-
YUV168.0186.23157.95-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.16%
GREEN value IS 161 (63.28% from 255) = 34.62%
BLUE value IS 94 (37.11% from 255) = 20.22%
R=45.16%
G=34.62%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101619400.230.550.1834.6656.3159.61
HexD2A15E017371223383c
Octal3222411360276722437074
Binary1101001010100001101111001011111011110010100011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A15E; }

 p { color: rgb(210,161,94); }

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

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

 a { background-color: rgb(210,161,94); }

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

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

 span { border-color: rgb(210,161,94); }

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