#D7945D

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

Shades of Whiskey Sour #D7945D

Tints of Whiskey Sour #D7945D

Color information

#D7945D (or 0xD7945D) is unknown color: approx Whiskey Sour. HEX triplet: D7, 94 and 5D. RGB value is (215,148,93). Sum of RGB (Red+Green+Blue) = 215+148+93=456 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.15% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 215 - color contains mainly: red. Hex color #D7945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7945D is #286BA2. Grayscale: #A2A2A2. Windows color (decimal): -2648995 or 6132951. OLE color: 6132951.

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

Color convert

RGB21514893-
CMYK00.310.570.16
HSL27.05º60.4%60.39%-
HSV(B)27.05º56.74%84.31%-
XYZ40.5936.4215.25-
YUV161.7689.2165.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.15%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 93 (36.72% from 255) = 20.39%
R=47.15%
G=32.46%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151489300.310.570.1627.0560.460.39
HexD7945D01F39101b3c3c
Octal3272241350377120337474
Binary110101111001010010111010111111110011000011011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7945D; }

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

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

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

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

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

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

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

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