Html Css Color HEX #D3944E Whiskey Sour

📋 copy color: '#D3944E'

red 211 ◦ green 148 ◦ blue 78

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

Shades of Whiskey Sour #D3944E

Tints of Whiskey Sour #D3944E

RGB

 RED value IS 211 (82.81% from 255) = 48.28%

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

 BLUE value IS 78 (30.86% from 255) = 17.85%

R = 48.28%
G = 33.87%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D3944E (or 0xD3944E) is known color: Whiskey Sour. HEX triplet: D3, 94 and 4E. RGB value is (211,148,78). Sum of RGB (Red+Green+Blue) = 211+148+78=437 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.28% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 211 - color contains mainly: red. Hex color #D3944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3944E is #2C6BB1. Grayscale: #9F9F9F. Windows color (decimal): -2911154 or 5149907. OLE color: 5149907.

HSL color Cylindrical-coordinate representation of color #D3944E: hue angle of 31.58º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D3944E is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 148 78 -
CMYK 0 0.30 0.63 0.17
HSL 31.58º 0.6% 0.57% -
HSV(B) 31.58º 0.63% 0.83% -
XYZ 38.83 35.58 12.03 -
YUV 158.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 211 148 78 0 0.30 0.63 0.17 31.58 0.6 0.57
Hex D3 94 4E 0 1E 3F 11 20 3C 39
Octal 323 224 116 0 36 77 21 40 74 71
Binary 11010011 10010100 1001110 0 11110 111111 10001 100000 111100 111001

Color Harmonies of #D3944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3944E

Black with #D3944E

Text Example


Text Example

White with #D3944E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3944E; }

 p { color: rgb(211,148,78); }

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

background-color css

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

 a { background-color: rgb(211,148,78); }

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

border-color css

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

 span { border-color: rgb(211,148,78); }

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