Html Css Color HEX #D8975E Whiskey Sour

📋 copy color: '#D8975E'

red 216 ◦ green 151 ◦ blue 94

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

Shades of Whiskey Sour #D8975E

Tints of Whiskey Sour #D8975E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.39%

R = 46.85%
G = 32.75%
B = 20.39%

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

#D8975E (or 0xD8975E) is known color: Whiskey Sour. HEX triplet: D8, 97 and 5E. RGB value is (216,151,94). Sum of RGB (Red+Green+Blue) = 216+151+94=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8975E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8975E is #2768A1. Grayscale: #A4A4A4. Windows color (decimal): -2582690 or 6199256. OLE color: 6199256.

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

Color convert

RGB 216 151 94 -
CMYK 0 0.30 0.56 0.15
HSL 28.03º 0.61% 0.61% -
HSV(B) 28.03º 0.56% 0.85% -
XYZ 41.41 37.54 15.65 -
YUV 163.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 216 151 94 0 0.30 0.56 0.15 28.03 0.61 0.61
Hex D8 97 5E 0 1E 38 F 1C 3D 3D
Octal 330 227 136 0 36 70 17 34 75 75
Binary 11011000 10010111 1011110 0 11110 111000 1111 11100 111101 111101

Color Harmonies of #D8975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8975E

Black with #D8975E

Text Example


Text Example

White with #D8975E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8975E; }

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

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

background-color css

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

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

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

border-color css

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

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

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