Html Css Color HEX #D1944F Whiskey Sour

📋 copy color: '#D1944F'

red 209 ◦ green 148 ◦ blue 79

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

Shades of Whiskey Sour #D1944F

Tints of Whiskey Sour #D1944F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.12%

R = 47.94%
G = 33.94%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#D1944F (or 0xD1944F) is known color: Whiskey Sour. HEX triplet: D1, 94 and 4F. RGB value is (209,148,79). Sum of RGB (Red+Green+Blue) = 209+148+79=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1944F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1944F is #2E6BB0. Grayscale: #9E9E9E. Windows color (decimal): -3042225 or 5215441. OLE color: 5215441.

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

Color convert

RGB 209 148 79 -
CMYK 0 0.29 0.62 0.18
HSL 31.85º 0.59% 0.56% -
HSV(B) 31.85º 0.62% 0.82% -
XYZ 38.3 35.3 12.19 -
YUV 158.37 83.21 164.11 -
System Red Green Blue C M Y K H S L
Decimal 209 148 79 0 0.29 0.62 0.18 31.85 0.59 0.56
Hex D1 94 4F 0 1D 3E 12 20 3B 38
Octal 321 224 117 0 35 76 22 40 73 70
Binary 11010001 10010100 1001111 0 11101 111110 10010 100000 111011 111000

Color Harmonies of #D1944F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1944F

Black with #D1944F

Text Example


Text Example

White with #D1944F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1944F; }

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

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

background-color css

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

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

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

border-color css

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

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

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