Html Css Color HEX #D5965F Whiskey Sour

📋 copy color: '#D5965F'

red 213 ◦ green 150 ◦ blue 95

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

Shades of Whiskey Sour #D5965F

Tints of Whiskey Sour #D5965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.74%

R = 46.51%
G = 32.75%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5965F (or 0xD5965F) is known color: Whiskey Sour. HEX triplet: D5, 96 and 5F. RGB value is (213,150,95). Sum of RGB (Red+Green+Blue) = 213+150+95=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 95 (37.5% from 255 or 20.74% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D5965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5965F is #2A69A0. Grayscale: #A2A2A2. Windows color (decimal): -2779553 or 6264533. OLE color: 6264533.

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

Color convert

RGB 213 150 95 -
CMYK 0 0.30 0.55 0.16
HSL 27.97º 0.58% 0.6% -
HSV(B) 27.97º 0.55% 0.84% -
XYZ 40.41 36.79 15.8 -
YUV 162.57 89.87 163.97 -
System Red Green Blue C M Y K H S L
Decimal 213 150 95 0 0.30 0.55 0.16 27.97 0.58 0.6
Hex D5 96 5F 0 1E 37 10 1C 3A 3C
Octal 325 226 137 0 36 67 20 34 72 74
Binary 11010101 10010110 1011111 0 11110 110111 10000 11100 111010 111100

Color Harmonies of #D5965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5965F

Black with #D5965F

Text Example


Text Example

White with #D5965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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