Html Css Color HEX #D8965F Whiskey Sour

📋 copy color: '#D8965F'

red 216 ◦ green 150 ◦ blue 95

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

Shades of Whiskey Sour #D8965F

Tints of Whiskey Sour #D8965F

RGB

 RED value IS 216 (84.77% from 255) = 46.85%

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

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

R = 46.85%
G = 32.54%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8965F (or 0xD8965F) is known color: Whiskey Sour. HEX triplet: D8, 96 and 5F. RGB value is (216,150,95). Sum of RGB (Red+Green+Blue) = 216+150+95=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 150 (58.98% from 255 or 32.54% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8965F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8965F is #2769A0. Grayscale: #A3A3A3. Windows color (decimal): -2582945 or 6264536. OLE color: 6264536.

HSL color Cylindrical-coordinate representation of color #D8965F: hue angle of 27.27º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8965F is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 150 95 -
CMYK 0 0.31 0.56 0.15
HSL 27.27º 0.61% 0.61% -
HSV(B) 27.27º 0.56% 0.85% -
XYZ 41.29 37.24 15.84 -
YUV 163.46 89.37 165.47 -
System Red Green Blue C M Y K H S L
Decimal 216 150 95 0 0.31 0.56 0.15 27.27 0.61 0.61
Hex D8 96 5F 0 1F 38 F 1B 3D 3D
Octal 330 226 137 0 37 70 17 33 75 75
Binary 11011000 10010110 1011111 0 11111 111000 1111 11011 111101 111101

Color Harmonies of #D8965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8965F

Black with #D8965F

Text Example


Text Example

White with #D8965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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