Html Css Color HEX #D1935C Whiskey Sour

📋 copy color: '#D1935C'

red 209 ◦ green 147 ◦ blue 92

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

Shades of Whiskey Sour #D1935C

Tints of Whiskey Sour #D1935C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.81%

 BLUE value IS 92 (36.33% from 255) = 20.54%

R = 46.65%
G = 32.81%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1935C (or 0xD1935C) is known color: Whiskey Sour. HEX triplet: D1, 93 and 5C. RGB value is (209,147,92). Sum of RGB (Red+Green+Blue) = 209+147+92=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1935C is #2E6CA3. Grayscale: #9F9F9F. Windows color (decimal): -3042468 or 6067153. OLE color: 6067153.

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

Color convert

RGB 209 147 92 -
CMYK 0 0.30 0.56 0.18
HSL 28.21º 0.56% 0.59% -
HSV(B) 28.21º 0.56% 0.82% -
XYZ 38.66 35.2 14.88 -
YUV 159.27 90.04 163.47 -
System Red Green Blue C M Y K H S L
Decimal 209 147 92 0 0.30 0.56 0.18 28.21 0.56 0.59
Hex D1 93 5C 0 1E 38 12 1C 38 3B
Octal 321 223 134 0 36 70 22 34 70 73
Binary 11010001 10010011 1011100 0 11110 111000 10010 11100 111000 111011

Color Harmonies of #D1935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1935C

Black with #D1935C

Text Example


Text Example

White with #D1935C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1935C; }

 p { color: rgb(209,147,92); }

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

background-color css

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

 a { background-color: rgb(209,147,92); }

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

border-color css

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

 span { border-color: rgb(209,147,92); }

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