Html Css Color HEX #D1935F Whiskey Sour

📋 copy color: '#D1935F'

red 209 ◦ green 147 ◦ blue 95

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

Shades of Whiskey Sour #D1935F

Tints of Whiskey Sour #D1935F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.06%

R = 46.34%
G = 32.59%
B = 21.06%

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

#D1935F (or 0xD1935F) is known color: Whiskey Sour. HEX triplet: D1, 93 and 5F. RGB value is (209,147,95). Sum of RGB (Red+Green+Blue) = 209+147+95=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D1935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1935F is #2E6CA0. Grayscale: #9F9F9F. Windows color (decimal): -3042465 or 6263761. OLE color: 6263761.

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

Color convert

RGB 209 147 95 -
CMYK 0 0.30 0.55 0.18
HSL 27.37º 0.55% 0.6% -
HSV(B) 27.37º 0.55% 0.82% -
XYZ 38.79 35.25 15.59 -
YUV 159.61 91.54 163.23 -
System Red Green Blue C M Y K H S L
Decimal 209 147 95 0 0.30 0.55 0.18 27.37 0.55 0.6
Hex D1 93 5F 0 1E 37 12 1B 37 3C
Octal 321 223 137 0 36 67 22 33 67 74
Binary 11010001 10010011 1011111 0 11110 110111 10010 11011 110111 111100

Color Harmonies of #D1935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1935F

Black with #D1935F

Text Example


Text Example

White with #D1935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1935F; }

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

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

background-color css

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

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

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

border-color css

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

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

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