Html Css Color HEX #D8945C Whiskey Sour

📋 copy color: '#D8945C'

red 216 ◦ green 148 ◦ blue 92

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

Shades of Whiskey Sour #D8945C

Tints of Whiskey Sour #D8945C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.18%

R = 47.37%
G = 32.46%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8945C (or 0xD8945C) is known color: Whiskey Sour. HEX triplet: D8, 94 and 5C. RGB value is (216,148,92). Sum of RGB (Red+Green+Blue) = 216+148+92=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8945C is #276BA3. Grayscale: #A2A2A2. Windows color (decimal): -2583460 or 6067416. OLE color: 6067416.

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

Color convert

RGB 216 148 92 -
CMYK 0 0.31 0.57 0.15
HSL 27.1º 0.61% 0.6% -
HSV(B) 27.1º 0.57% 0.85% -
XYZ 40.84 36.55 15.03 -
YUV 161.95 88.53 166.55 -
System Red Green Blue C M Y K H S L
Decimal 216 148 92 0 0.31 0.57 0.15 27.1 0.61 0.6
Hex D8 94 5C 0 1F 39 F 1B 3D 3C
Octal 330 224 134 0 37 71 17 33 75 74
Binary 11011000 10010100 1011100 0 11111 111001 1111 11011 111101 111100

Color Harmonies of #D8945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8945C

Black with #D8945C

Text Example


Text Example

White with #D8945C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8945C; }

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

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

background-color css

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

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

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

border-color css

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

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

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