#D19D5A

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

Shades of Apache #D19D5A

Tints of Apache #D19D5A

Color information

#D19D5A (or 0xD19D5A) is unknown color: approx Apache. HEX triplet: D1, 9D and 5A. RGB value is (209,157,90). Sum of RGB (Red+Green+Blue) = 209+157+90=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D19D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19D5A is #2E62A5. Grayscale: #A5A5A5. Windows color (decimal): -3039910 or 5938641. OLE color: 5938641.

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

Color convert

RGB20915790-
CMYK00.250.570.18
HSL33.78º56.4%58.63%-
HSV(B)33.78º56.94%81.96%-
XYZ40.238.4114.97-
YUV164.9185.73159.45-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.83%
GREEN value IS 157 (61.72% from 255) = 34.43%
BLUE value IS 90 (35.55% from 255) = 19.74%
R=45.83%
G=34.43%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091579000.250.570.1833.7856.458.63
HexD19D5A019391222383b
Octal3212351320317122427073
Binary1101000110011101101101001100111100110010100010111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19D5A; }

 p { color: rgb(209,157,90); }

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

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

 a { background-color: rgb(209,157,90); }

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

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

 span { border-color: rgb(209,157,90); }

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