Html Css Color HEX #D1944D Whiskey Sour

📋 copy color: '#D1944D'

red 209 ◦ green 148 ◦ blue 77

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

Shades of Whiskey Sour #D1944D

Tints of Whiskey Sour #D1944D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.74%

R = 48.16%
G = 34.1%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D1944D (or 0xD1944D) is known color: Whiskey Sour. HEX triplet: D1, 94 and 4D. RGB value is (209,148,77). Sum of RGB (Red+Green+Blue) = 209+148+77=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 148 (58.20% from 255 or 34.10% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1944D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1944D is #2E6BB2. Grayscale: #9E9E9E. Windows color (decimal): -3042227 or 5084369. OLE color: 5084369.

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

Color convert

RGB 209 148 77 -
CMYK 0 0.29 0.63 0.18
HSL 32.27º 0.59% 0.56% -
HSV(B) 32.27º 0.63% 0.82% -
XYZ 38.22 35.27 11.81 -
YUV 158.15 82.21 164.27 -
System Red Green Blue C M Y K H S L
Decimal 209 148 77 0 0.29 0.63 0.18 32.27 0.59 0.56
Hex D1 94 4D 0 1D 3F 12 20 3B 38
Octal 321 224 115 0 35 77 22 40 73 70
Binary 11010001 10010100 1001101 0 11101 111111 10010 100000 111011 111000

Color Harmonies of #D1944D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1944D

Black with #D1944D

Text Example


Text Example

White with #D1944D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1944D; }

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

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

background-color css

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

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

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

border-color css

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

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

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