#D7945F

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

Shades of Whiskey Sour #D7945F

Tints of Whiskey Sour #D7945F

Color information

#D7945F (or 0xD7945F) is unknown color: approx Whiskey Sour. HEX triplet: D7, 94 and 5F. RGB value is (215,148,95). Sum of RGB (Red+Green+Blue) = 215+148+95=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D7945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7945F is #286BA0. Grayscale: #A2A2A2. Windows color (decimal): -2648993 or 6264023. OLE color: 6264023.

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

Color convert

RGB21514895-
CMYK00.310.560.16
HSL26.5º60%60.78%-
HSV(B)26.5º55.81%84.31%-
XYZ40.6836.4515.72-
YUV161.9990.2165.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 46.94%
GREEN value IS 148 (58.20% from 255) = 32.31%
BLUE value IS 95 (37.5% from 255) = 20.74%
R=46.94%
G=32.31%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151489500.310.560.1626.56060.78
HexD7945F01F38101b3c3d
Octal3272241370377020337475
Binary110101111001010010111110111111110001000011011111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7945F; }

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

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

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

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

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

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

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

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