Html Css Color HEX #D19166 Whiskey

📋 copy color: '#D19166'

red 209 ◦ green 145 ◦ blue 102

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

Shades of Whiskey #D19166

Tints of Whiskey #D19166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.37%

R = 45.83%
G = 31.8%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D19166 (or 0xD19166) is known color: Whiskey. HEX triplet: D1, 91 and 66. RGB value is (209,145,102). Sum of RGB (Red+Green+Blue) = 209+145+102=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D19166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19166 is #2E6E99. Grayscale: #9F9F9F. Windows color (decimal): -3042970 or 6722001. OLE color: 6722001.

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

Color convert

RGB 209 145 102 -
CMYK 0 0.31 0.51 0.18
HSL 24.11º 0.54% 0.61% -
HSV(B) 24.11º 0.51% 0.82% -
XYZ 38.82 34.77 17.23 -
YUV 159.23 95.7 163.5 -
System Red Green Blue C M Y K H S L
Decimal 209 145 102 0 0.31 0.51 0.18 24.11 0.54 0.61
Hex D1 91 66 0 1F 33 12 18 36 3D
Octal 321 221 146 0 37 63 22 30 66 75
Binary 11010001 10010001 1100110 0 11111 110011 10010 11000 110110 111101

Color Harmonies of #D19166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19166

Black with #D19166

Text Example


Text Example

White with #D19166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19166; }

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

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

background-color css

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

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

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

border-color css

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

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

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