Html Css Color HEX #D5965D Whiskey Sour

📋 copy color: '#D5965D'

red 213 ◦ green 150 ◦ blue 93

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

Shades of Whiskey Sour #D5965D

Tints of Whiskey Sour #D5965D

RGB

 RED value IS 213 (83.59% from 255) = 46.71%

 GREEN value IS 150 (58.98% from 255) = 32.89%

 BLUE value IS 93 (36.72% from 255) = 20.39%

R = 46.71%
G = 32.89%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5965D (or 0xD5965D) is known color: Whiskey Sour. HEX triplet: D5, 96 and 5D. RGB value is (213,150,93). Sum of RGB (Red+Green+Blue) = 213+150+93=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5965D is #2A69A2. Grayscale: #A2A2A2. Windows color (decimal): -2779555 or 6133461. OLE color: 6133461.

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

Color convert

RGB 213 150 93 -
CMYK 0 0.30 0.56 0.16
HSL 28.5º 0.59% 0.6% -
HSV(B) 28.5º 0.56% 0.84% -
XYZ 40.32 36.75 15.32 -
YUV 162.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 213 150 93 0 0.30 0.56 0.16 28.5 0.59 0.6
Hex D5 96 5D 0 1E 38 10 1C 3B 3C
Octal 325 226 135 0 36 70 20 34 73 74
Binary 11010101 10010110 1011101 0 11110 111000 10000 11100 111011 111100

Color Harmonies of #D5965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5965D

Black with #D5965D

Text Example


Text Example

White with #D5965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5965D; }

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

 H1.HeaderClassName
 {
   color: #D5965D;
 }
 .AnyTagClassName
 {
   color: #D5965D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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