#D8945D

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

Shades of Whiskey Sour #D8945D

Tints of Whiskey Sour #D8945D

Color information

#D8945D (or 0xD8945D) is unknown color: approx Whiskey Sour. HEX triplet: D8, 94 and 5D. RGB value is (216,148,93). Sum of RGB (Red+Green+Blue) = 216+148+93=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8945D is #276BA2. Grayscale: #A2A2A2. Windows color (decimal): -2583459 or 6132952. OLE color: 6132952.

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

Color convert

RGB21614893-
CMYK00.310.570.15
HSL26.83º61.19%60.59%-
HSV(B)26.83º56.94%84.71%-
XYZ40.8836.5715.26-
YUV162.0689.03166.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.26%
GREEN value IS 148 (58.20% from 255) = 32.39%
BLUE value IS 93 (36.72% from 255) = 20.35%
R=47.26%
G=32.39%
B=20.35%

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
Decimal2161489300.310.570.1526.8361.1960.59
HexD8945D01F39F1b3d3d
Octal3302241350377117337575
Binary11011000100101001011101011111111001111111011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8945D; }

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

 H1.HeaderClassName
 {
   color: #D8945D;
 }
 .AnyTagClassName
 {
   color: #D8945D;
 }
</style>
background-color css

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

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

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

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

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

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