#D5955D

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

Shades of Whiskey Sour #D5955D

Tints of Whiskey Sour #D5955D

Color information

#D5955D (or 0xD5955D) is unknown color: approx Whiskey Sour. HEX triplet: D5, 95 and 5D. RGB value is (213,149,93). Sum of RGB (Red+Green+Blue) = 213+149+93=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5955D is #2A6AA2. Grayscale: #A2A2A2. Windows color (decimal): -2779811 or 6133205. OLE color: 6133205.

HSL color Cylindrical-coordinate representation of color #D5955D: hue angle of 28º 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 #D5955D is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB21314993-
CMYK00.300.560.16
HSL28º58.82%60%-
HSV(B)28º56.34%83.53%-
XYZ40.1636.4315.27-
YUV161.7589.2164.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 149 (58.59% from 255) = 32.75%
BLUE value IS 93 (36.72% from 255) = 20.44%
R=46.81%
G=32.75%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131499300.300.560.162858.8260
HexD5955D01E38101c3b3c
Octal3252251350367020347374
Binary110101011001010110111010111101110001000011100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5955D; }

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

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

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

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

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

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

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

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