#D5965C

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

Shades of Whiskey Sour #D5965C

Tints of Whiskey Sour #D5965C

Color information

#D5965C (or 0xD5965C) is unknown color: approx Whiskey Sour. HEX triplet: D5, 96 and 5C. RGB value is (213,150,92). Sum of RGB (Red+Green+Blue) = 213+150+92=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5965C is #2A69A3. Grayscale: #A2A2A2. Windows color (decimal): -2779556 or 6067925. OLE color: 6067925.

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

Color convert

RGB21315092-
CMYK00.300.570.16
HSL28.76º59.02%59.8%-
HSV(B)28.76º56.81%83.53%-
XYZ40.2836.7315.09-
YUV162.2288.37164.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.81%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 92 (36.33% from 255) = 20.22%
R=46.81%
G=32.97%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131509200.300.570.1628.7659.0259.8
HexD5965C01E39101d3b3c
Octal3252261340367120357374
Binary110101011001011010111000111101110011000011101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5965C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5965C; }

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

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

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

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

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

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

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

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