#D19F66

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

Shades of Apache #D19F66

Tints of Apache #D19F66

Color information

#D19F66 (or 0xD19F66) is unknown color: approx Apache. HEX triplet: D1, 9F and 66. RGB value is (209,159,102). Sum of RGB (Red+Green+Blue) = 209+159+102=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 102 (40.23% from 255 or 21.70% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19F66 is #2E6099. Grayscale: #A7A7A7. Windows color (decimal): -3039386 or 6725585. OLE color: 6725585.

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

Color convert

RGB209159102-
CMYK00.240.510.18
HSL31.96º53.77%60.98%-
HSV(B)31.96º51.2%81.96%-
XYZ41.0939.3117.99-
YUV167.4591.06157.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.47%
GREEN value IS 159 (62.5% from 255) = 33.83%
BLUE value IS 102 (40.23% from 255) = 21.70%
R=44.47%
G=33.83%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915910200.240.510.1831.9653.7760.98
HexD19F66018331220363d
Octal3212371460306322406675
Binary1101000110011111110011001100011001110010100000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19F66; }

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

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

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

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

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

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

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

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