#D5945D

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

Shades of Whiskey Sour #D5945D

Tints of Whiskey Sour #D5945D

Color information

#D5945D (or 0xD5945D) is unknown color: approx Whiskey Sour. HEX triplet: D5, 94 and 5D. RGB value is (213,148,93). Sum of RGB (Red+Green+Blue) = 213+148+93=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5945D is #2A6BA2. Grayscale: #A1A1A1. Windows color (decimal): -2780067 or 6132949. OLE color: 6132949.

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

Color convert

RGB21314893-
CMYK00.310.560.16
HSL27.5º58.82%60%-
HSV(B)27.5º56.34%83.53%-
XYZ40.0136.1215.22-
YUV161.1689.53164.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.92%
GREEN value IS 148 (58.20% from 255) = 32.60%
BLUE value IS 93 (36.72% from 255) = 20.48%
R=46.92%
G=32.60%
B=20.48%

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
Decimal2131489300.310.560.1627.558.8260
HexD5945D01F38101c3b3c
Octal3252241350377020347374
Binary110101011001010010111010111111110001000011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5945D; }

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

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

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

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

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

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

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

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