Html Css Color HEX #D19B5B Whiskey Sour

📋 copy color: '#D19B5B'

red 209 ◦ green 155 ◦ blue 91

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

Shades of Whiskey Sour #D19B5B

Tints of Whiskey Sour #D19B5B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.07%

 BLUE value IS 91 (35.94% from 255) = 20%

R = 45.93%
G = 34.07%
B = 20%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D19B5B (or 0xD19B5B) is known color: Whiskey Sour. HEX triplet: D1, 9B and 5B. RGB value is (209,155,91). Sum of RGB (Red+Green+Blue) = 209+155+91=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D19B5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19B5B is #2E64A4. Grayscale: #A4A4A4. Windows color (decimal): -3040421 or 6003665. OLE color: 6003665.

HSL color Cylindrical-coordinate representation of color #D19B5B: hue angle of 32.54º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D19B5B is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 155 91 -
CMYK 0 0.26 0.56 0.18
HSL 32.54º 0.56% 0.59% -
HSV(B) 32.54º 0.56% 0.82% -
XYZ 39.9 37.75 15.08 -
YUV 163.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 209 155 91 0 0.26 0.56 0.18 32.54 0.56 0.59
Hex D1 9B 5B 0 1A 38 12 21 38 3B
Octal 321 233 133 0 32 70 22 41 70 73
Binary 11010001 10011011 1011011 0 11010 111000 10010 100001 111000 111011

Color Harmonies of #D19B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19B5B

Black with #D19B5B

Text Example


Text Example

White with #D19B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19B5B; }

 p { color: rgb(209,155,91); }

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

background-color css

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

 a { background-color: rgb(209,155,91); }

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

border-color css

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

 span { border-color: rgb(209,155,91); }

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