#D19F65

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

Shades of Apache #D19F65

Tints of Apache #D19F65

Color information

#D19F65 (or 0xD19F65) is unknown color: approx Apache. HEX triplet: D1, 9F and 65. RGB value is (209,159,101). Sum of RGB (Red+Green+Blue) = 209+159+101=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19F65 is #2E609A. Grayscale: #A7A7A7. Windows color (decimal): -3039387 or 6660049. OLE color: 6660049.

HSL color Cylindrical-coordinate representation of color #D19F65: hue angle of 32.22º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D19F65 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB209159101-
CMYK00.240.520.18
HSL32.22º54%60.78%-
HSV(B)32.22º51.67%81.96%-
XYZ41.0439.2917.73-
YUV167.3490.56157.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.56%
GREEN value IS 159 (62.5% from 255) = 33.90%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=44.56%
G=33.90%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915910100.240.520.1832.225460.78
HexD19F65018341220363d
Octal3212371450306422406675
Binary1101000110011111110010101100011010010010100000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19F65; }

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

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

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

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

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

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

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

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