Html Css Color HEX #D1935E Whiskey Sour

📋 copy color: '#D1935E'

red 209 ◦ green 147 ◦ blue 94

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

Shades of Whiskey Sour #D1935E

Tints of Whiskey Sour #D1935E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.89%

R = 46.44%
G = 32.67%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1935E (or 0xD1935E) is known color: Whiskey Sour. HEX triplet: D1, 93 and 5E. RGB value is (209,147,94). Sum of RGB (Red+Green+Blue) = 209+147+94=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D1935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1935E is #2E6CA1. Grayscale: #9F9F9F. Windows color (decimal): -3042466 or 6198225. OLE color: 6198225.

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

Color convert

RGB 209 147 94 -
CMYK 0 0.30 0.55 0.18
HSL 27.65º 0.56% 0.59% -
HSV(B) 27.65º 0.55% 0.82% -
XYZ 38.75 35.23 15.35 -
YUV 159.5 91.04 163.31 -
System Red Green Blue C M Y K H S L
Decimal 209 147 94 0 0.30 0.55 0.18 27.65 0.56 0.59
Hex D1 93 5E 0 1E 37 12 1C 38 3B
Octal 321 223 136 0 36 67 22 34 70 73
Binary 11010001 10010011 1011110 0 11110 110111 10010 11100 111000 111011

Color Harmonies of #D1935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1935E

Black with #D1935E

Text Example


Text Example

White with #D1935E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1935E; }

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

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

background-color css

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

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

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

border-color css

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

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

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