Html Css Color HEX #D19161 Whiskey

📋 copy color: '#D19161'

red 209 ◦ green 145 ◦ blue 97

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

Shades of Whiskey #D19161

Tints of Whiskey #D19161

RGB

 RED value IS 209 (82.03% from 255) = 46.34%

 GREEN value IS 145 (57.03% from 255) = 32.15%

 BLUE value IS 97 (38.28% from 255) = 21.51%

R = 46.34%
G = 32.15%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D19161 (or 0xD19161) is known color: Whiskey. HEX triplet: D1, 91 and 61. RGB value is (209,145,97). Sum of RGB (Red+Green+Blue) = 209+145+97=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D19161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19161 is #2E6E9E. Grayscale: #9E9E9E. Windows color (decimal): -3042975 or 6394321. OLE color: 6394321.

HSL color Cylindrical-coordinate representation of color #D19161: hue angle of 25.71º 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 #D19161 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 145 97 -
CMYK 0 0.31 0.54 0.18
HSL 25.71º 0.55% 0.6% -
HSV(B) 25.71º 0.54% 0.82% -
XYZ 38.58 34.67 15.97 -
YUV 158.66 93.2 163.9 -
System Red Green Blue C M Y K H S L
Decimal 209 145 97 0 0.31 0.54 0.18 25.71 0.55 0.6
Hex D1 91 61 0 1F 36 12 1A 37 3C
Octal 321 221 141 0 37 66 22 32 67 74
Binary 11010001 10010001 1100001 0 11111 110110 10010 11010 110111 111100

Color Harmonies of #D19161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19161

Black with #D19161

Text Example


Text Example

White with #D19161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19161; }

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

 H1.HeaderClassName
 {
   color: #D19161;
 }
 .AnyTagClassName
 {
   color: #D19161;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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