Html Css Color HEX #D1945E Whiskey Sour

📋 copy color: '#D1945E'

red 209 ◦ green 148 ◦ blue 94

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

Shades of Whiskey Sour #D1945E

Tints of Whiskey Sour #D1945E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.82%

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

R = 46.34%
G = 32.82%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1945E (or 0xD1945E) is known color: Whiskey Sour. HEX triplet: D1, 94 and 5E. RGB value is (209,148,94). Sum of RGB (Red+Green+Blue) = 209+148+94=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 94 (37.11% from 255 or 20.84% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D1945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1945E is #2E6BA1. Grayscale: #A0A0A0. Windows color (decimal): -3042210 or 6198481. OLE color: 6198481.

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

Color convert

RGB 209 148 94 -
CMYK 0 0.29 0.55 0.18
HSL 28.17º 0.56% 0.59% -
HSV(B) 28.17º 0.55% 0.82% -
XYZ 38.9 35.54 15.4 -
YUV 160.08 90.71 162.89 -
System Red Green Blue C M Y K H S L
Decimal 209 148 94 0 0.29 0.55 0.18 28.17 0.56 0.59
Hex D1 94 5E 0 1D 37 12 1C 38 3B
Octal 321 224 136 0 35 67 22 34 70 73
Binary 11010001 10010100 1011110 0 11101 110111 10010 11100 111000 111011

Color Harmonies of #D1945E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1945E

Black with #D1945E

Text Example


Text Example

White with #D1945E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1945E; }

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

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

background-color css

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

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

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

border-color css

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

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

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