#D8945C

Color #D8945C Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #D8945C

Tints of Whiskey Sour #D8945C

Color information

#D8945C (or 0xD8945C) is unknown color: approx 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

RGB21614892-
CMYK00.310.570.15
HSL27.1º61.39%60.39%-
HSV(B)27.1º57.41%84.71%-
XYZ40.8436.5515.03-
YUV161.9588.53166.55-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.37%
GREEN value IS 148 (58.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161489200.310.570.1527.161.3960.39
HexD8945C01F39F1b3d3c
Octal3302241340377117337574
Binary11011000100101001011100011111111001111111011111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>