Html Css Color HEX #D19F61 Apache

📋 copy color: '#D19F61'

red 209 ◦ green 159 ◦ blue 97

#D19F61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #D19F61

Tints of Apache #D19F61

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 value IS 0

 M value IS 0.24

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D19F61 (or 0xD19F61) is known color: 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

RGB 209 159 97 -
CMYK 0 0.24 0.54 0.18
HSL 33.21º 0.55% 0.6% -
HSV(B) 33.21º 0.54% 0.82% -
XYZ 40.85 39.21 16.73 -
YUV 166.88 88.57 158.04 -
System Red Green Blue C M Y K H S L
Decimal 209 159 97 0 0.24 0.54 0.18 33.21 0.55 0.6
Hex D1 9F 61 0 18 36 12 21 37 3C
Octal 321 237 141 0 30 66 22 41 67 74
Binary 11010001 10011111 1100001 0 11000 110110 10010 100001 110111 111100

Color Harmonies of #D19F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19F61

Black with #D19F61

Text Example


Text Example

White with #D19F61

Text Example


Text Example

HTML Codes & Css Web 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>