Html Css Color HEX #D5965C Whiskey Sour

📋 copy color: '#D5965C'

red 213 ◦ green 150 ◦ blue 92

#D5965C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #D5965C

Tints of Whiskey Sour #D5965C

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 value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5965C (or 0xD5965C) is known color: 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

RGB 213 150 92 -
CMYK 0 0.30 0.57 0.16
HSL 28.76º 0.59% 0.6% -
HSV(B) 28.76º 0.57% 0.84% -
XYZ 40.28 36.73 15.09 -
YUV 162.23 88.37 164.22 -
System Red Green Blue C M Y K H S L
Decimal 213 150 92 0 0.30 0.57 0.16 28.76 0.59 0.6
Hex D5 96 5C 0 1E 39 10 1D 3B 3C
Octal 325 226 134 0 36 71 20 35 73 74
Binary 11010101 10010110 1011100 0 11110 111001 10000 11101 111011 111100

Color Harmonies of #D5965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5965C

Black with #D5965C

Text Example


Text Example

White with #D5965C

Text Example


Text Example

HTML Codes & Css Web 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>