Html Css Color HEX #D8975F Whiskey Sour

📋 copy color: '#D8975F'

red 216 ◦ green 151 ◦ blue 95

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

Shades of Whiskey Sour #D8975F

Tints of Whiskey Sour #D8975F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.68%

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

R = 46.75%
G = 32.68%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8975F (or 0xD8975F) is known color: Whiskey Sour. HEX triplet: D8, 97 and 5F. RGB value is (216,151,95). Sum of RGB (Red+Green+Blue) = 216+151+95=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 95 (37.5% from 255 or 20.56% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D8975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8975F is #2768A0. Grayscale: #A4A4A4. Windows color (decimal): -2582689 or 6264792. OLE color: 6264792.

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

Color convert

RGB 216 151 95 -
CMYK 0 0.30 0.56 0.15
HSL 27.77º 0.61% 0.61% -
HSV(B) 27.77º 0.56% 0.85% -
XYZ 41.45 37.56 15.89 -
YUV 164.05 89.03 165.05 -
System Red Green Blue C M Y K H S L
Decimal 216 151 95 0 0.30 0.56 0.15 27.77 0.61 0.61
Hex D8 97 5F 0 1E 38 F 1C 3D 3D
Octal 330 227 137 0 36 70 17 34 75 75
Binary 11011000 10010111 1011111 0 11110 111000 1111 11100 111101 111101

Color Harmonies of #D8975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8975F

Black with #D8975F

Text Example


Text Example

White with #D8975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8975F; }

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

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

background-color css

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

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

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

border-color css

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

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

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