#d19f5b

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

Shades of Apache #D19F5B

Tints of Apache #D19F5B

Color information

#D19F5B (or 0xD19F5B) is unknown color: approx Apache. HEX triplet: D1, 9F and 5B. RGB value is (209,159,91). Sum of RGB (Red+Green+Blue) = 209+159+91=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 159 (62.5% from 255 or 34.64% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19F5B is #2E60A4. Grayscale: #A6A6A6. Windows color (decimal): -3039397 or 6004689. OLE color: 6004689.

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

Color convert

RGB20915991-
CMYK00.240.560.18
HSL34.58º56.19%58.82%-
HSV(B)34.58º56.46%81.96%-
XYZ40.5839.1115.31-
YUV166.285.56158.53-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 45.53%
GREEN value IS 159 (62.5% from 255) = 34.64%
BLUE value IS 91 (35.94% from 255) = 19.83%
R=45.53%
G=34.64%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091599100.240.560.1834.5856.1958.82
HexD19F5B018381223383b
Octal3212371330307022437073
Binary1101000110011111101101101100011100010010100011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d19f5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d19f5b; }

 p { color: rgb(209,159,91); }

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

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

 a { background-color: rgb(209,159,91); }

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

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

 span { border-color: rgb(209,159,91); }

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