#d5945c

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

Shades of Whiskey Sour #D5945C

Tints of Whiskey Sour #D5945C

Color information

#D5945C (or 0xD5945C) is unknown color: approx Whiskey Sour. HEX triplet: D5, 94 and 5C. RGB value is (213,148,92). Sum of RGB (Red+Green+Blue) = 213+148+92=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5945C is #2A6BA3. Grayscale: #A1A1A1. Windows color (decimal): -2780068 or 6067413. OLE color: 6067413.

HSL color Cylindrical-coordinate representation of color #D5945C: hue angle of 27.77º degrees, saturation: 0.59, 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 #D5945C is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21314892-
CMYK00.310.570.16
HSL27.77º59.02%59.8%-
HSV(B)27.77º56.81%83.53%-
XYZ39.9636.114.99-
YUV161.0589.03165.05-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 92 (36.33% from 255) = 20.31%
R=47.02%
G=32.67%
B=20.31%

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
Decimal2131489200.310.570.1627.7759.0259.8
HexD5945C01F39101c3b3c
Octal3252241340377120347374
Binary110101011001010010111000111111110011000011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5945c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5945c; }

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

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

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

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

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

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

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

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