Html Css Color HEX #D5944E Whiskey Sour

📋 copy color: '#D5944E'

red 213 ◦ green 148 ◦ blue 78

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

Shades of Whiskey Sour #D5944E

Tints of Whiskey Sour #D5944E

RGB

 RED value IS 213 (83.59% from 255) = 48.52%

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

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

R = 48.52%
G = 33.71%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5944E (or 0xD5944E) is known color: Whiskey Sour. HEX triplet: D5, 94 and 4E. RGB value is (213,148,78). Sum of RGB (Red+Green+Blue) = 213+148+78=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 78 (30.86% from 255 or 17.77% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5944E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5944E is #2A6BB1. Grayscale: #9F9F9F. Windows color (decimal): -2780082 or 5149909. OLE color: 5149909.

HSL color Cylindrical-coordinate representation of color #D5944E: hue angle of 31.11º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5944E is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 148 78 -
CMYK 0 0.31 0.63 0.16
HSL 31.11º 0.62% 0.57% -
HSV(B) 31.11º 0.63% 0.84% -
XYZ 39.41 35.88 12.06 -
YUV 159.46 82.03 166.19 -
System Red Green Blue C M Y K H S L
Decimal 213 148 78 0 0.31 0.63 0.16 31.11 0.62 0.57
Hex D5 94 4E 0 1F 3F 10 1F 3E 39
Octal 325 224 116 0 37 77 20 37 76 71
Binary 11010101 10010100 1001110 0 11111 111111 10000 11111 111110 111001

Color Harmonies of #D5944E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5944E

Black with #D5944E

Text Example


Text Example

White with #D5944E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5944E; }

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

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

background-color css

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

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

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

border-color css

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

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

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