#D5935F

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

Shades of Whiskey Sour #D5935F

Tints of Whiskey Sour #D5935F

Color information

#D5935F (or 0xD5935F) is unknown color: approx Whiskey Sour. HEX triplet: D5, 93 and 5F. RGB value is (213,147,95). Sum of RGB (Red+Green+Blue) = 213+147+95=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5935F is #2A6CA0. Grayscale: #A1A1A1. Windows color (decimal): -2780321 or 6263765. OLE color: 6263765.

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

Color convert

RGB21314795-
CMYK00.310.550.16
HSL26.44º58.42%60.39%-
HSV(B)26.44º55.4%83.53%-
XYZ39.9435.8415.64-
YUV160.8190.87165.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 147 (57.81% from 255) = 32.31%
BLUE value IS 95 (37.5% from 255) = 20.88%
R=46.81%
G=32.31%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131479500.310.550.1626.4458.4260.39
HexD5935F01F37101a3a3c
Octal3252231370376720327274
Binary110101011001001110111110111111101111000011010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5935F; }

 p { color: rgb(213,147,95); }

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

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

 a { background-color: rgb(213,147,95); }

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

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

 span { border-color: rgb(213,147,95); }

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