Html Css Color HEX #D8944F Whiskey Sour

📋 copy color: '#D8944F'

red 216 ◦ green 148 ◦ blue 79

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

Shades of Whiskey Sour #D8944F

Tints of Whiskey Sour #D8944F

RGB

 RED value IS 216 (84.77% from 255) = 48.76%

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

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

R = 48.76%
G = 33.41%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D8944F (or 0xD8944F) is known color: Whiskey Sour. HEX triplet: D8, 94 and 4F. RGB value is (216,148,79). Sum of RGB (Red+Green+Blue) = 216+148+79=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 79 (31.25% from 255 or 17.83% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8944F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8944F is #276BB0. Grayscale: #A0A0A0. Windows color (decimal): -2583473 or 5215448. OLE color: 5215448.

HSL color Cylindrical-coordinate representation of color #D8944F: hue angle of 30.22º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D8944F is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 148 79 -
CMYK 0 0.31 0.63 0.15
HSL 30.22º 0.64% 0.58% -
HSV(B) 30.22º 0.63% 0.85% -
XYZ 40.32 36.34 12.29 -
YUV 160.47 82.03 167.61 -
System Red Green Blue C M Y K H S L
Decimal 216 148 79 0 0.31 0.63 0.15 30.22 0.64 0.58
Hex D8 94 4F 0 1F 3F F 1E 40 3A
Octal 330 224 117 0 37 77 17 36 100 72
Binary 11011000 10010100 1001111 0 11111 111111 1111 11110 1000000 111010

Color Harmonies of #D8944F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8944F

Black with #D8944F

Text Example


Text Example

White with #D8944F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8944F; }

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

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

background-color css

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

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

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

border-color css

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

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

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