Html Css Color HEX #D19C60 Whiskey Sour

📋 copy color: '#D19C60'

red 209 ◦ green 156 ◦ blue 96

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

Shades of Whiskey Sour #D19C60

Tints of Whiskey Sour #D19C60

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.84%

 BLUE value IS 96 (37.89% from 255) = 20.82%

R = 45.34%
G = 33.84%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D19C60 (or 0xD19C60) is known color: Whiskey Sour. HEX triplet: D1, 9C and 60. RGB value is (209,156,96). Sum of RGB (Red+Green+Blue) = 209+156+96=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19C60 is #2E639F. Grayscale: #A5A5A5. Windows color (decimal): -3040160 or 6331601. OLE color: 6331601.

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

Color convert

RGB 209 156 96 -
CMYK 0 0.25 0.54 0.18
HSL 31.86º 0.55% 0.6% -
HSV(B) 31.86º 0.54% 0.82% -
XYZ 40.29 38.18 16.31 -
YUV 165.01 89.06 159.38 -
System Red Green Blue C M Y K H S L
Decimal 209 156 96 0 0.25 0.54 0.18 31.86 0.55 0.6
Hex D1 9C 60 0 19 36 12 20 37 3C
Octal 321 234 140 0 31 66 22 40 67 74
Binary 11010001 10011100 1100000 0 11001 110110 10010 100000 110111 111100

Color Harmonies of #D19C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19C60

Black with #D19C60

Text Example


Text Example

White with #D19C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19C60; }

 p { color: rgb(209,156,96); }

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

background-color css

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

 a { background-color: rgb(209,156,96); }

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

border-color css

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

 span { border-color: rgb(209,156,96); }

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