#D19F61

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

Shades of Apache #D19F61

Tints of Apache #D19F61

Color information

#D19F61 (or 0xD19F61) is unknown color: approx Apache. HEX triplet: D1, 9F and 61. RGB value is (209,159,97). Sum of RGB (Red+Green+Blue) = 209+159+97=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D19F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19F61 is #2E609E. Grayscale: #A7A7A7. Windows color (decimal): -3039391 or 6397905. OLE color: 6397905.

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

Color convert

RGB20915997-
CMYK00.240.540.18
HSL33.21º54.9%60%-
HSV(B)33.21º53.59%81.96%-
XYZ40.8539.2116.73-
YUV166.8888.56158.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 44.95%
GREEN value IS 159 (62.5% from 255) = 34.19%
BLUE value IS 97 (38.28% from 255) = 20.86%
R=44.95%
G=34.19%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091599700.240.540.1833.2154.960
HexD19F61018361221373c
Octal3212371410306622416774
Binary1101000110011111110000101100011011010010100001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19F61; }

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

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

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

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

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

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

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

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