Html Css Color HEX #D4944E Whiskey Sour

📋 copy color: '#D4944E'

red 212 ◦ green 148 ◦ blue 78

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

Shades of Whiskey Sour #D4944E

Tints of Whiskey Sour #D4944E

RGB

 RED value IS 212 (83.2% from 255) = 48.4%

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

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

R = 48.4%
G = 33.79%
B = 17.81%

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

#D4944E (or 0xD4944E) is known color: Whiskey Sour. HEX triplet: D4, 94 and 4E. RGB value is (212,148,78). Sum of RGB (Red+Green+Blue) = 212+148+78=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 78 (30.86% from 255 or 17.81% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D4944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4944E is #2B6BB1. Grayscale: #9F9F9F. Windows color (decimal): -2845618 or 5149908. OLE color: 5149908.

HSL color Cylindrical-coordinate representation of color #D4944E: hue angle of 31.34º degrees, saturation: 0.61, 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 #D4944E is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 148 78 -
CMYK 0 0.30 0.63 0.17
HSL 31.34º 0.61% 0.57% -
HSV(B) 31.34º 0.63% 0.83% -
XYZ 39.12 35.73 12.04 -
YUV 159.16 82.2 165.69 -
System Red Green Blue C M Y K H S L
Decimal 212 148 78 0 0.30 0.63 0.17 31.34 0.61 0.57
Hex D4 94 4E 0 1E 3F 11 1F 3D 39
Octal 324 224 116 0 36 77 21 37 75 71
Binary 11010100 10010100 1001110 0 11110 111111 10001 11111 111101 111001

Color Harmonies of #D4944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4944E

Black with #D4944E

Text Example


Text Example

White with #D4944E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4944E; }

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

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

background-color css

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

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

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

border-color css

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

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

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