Html Css Color HEX #D8975D Whiskey Sour

📋 copy color: '#D8975D'

red 216 ◦ green 151 ◦ blue 93

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

Shades of Whiskey Sour #D8975D

Tints of Whiskey Sour #D8975D

RGB

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

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

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

R = 46.96%
G = 32.83%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8975D (or 0xD8975D) is known color: Whiskey Sour. HEX triplet: D8, 97 and 5D. RGB value is (216,151,93). Sum of RGB (Red+Green+Blue) = 216+151+93=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 151 (59.38% from 255 or 32.83% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D8975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8975D is #2768A2. Grayscale: #A4A4A4. Windows color (decimal): -2582691 or 6133720. OLE color: 6133720.

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

Color convert

RGB 216 151 93 -
CMYK 0 0.30 0.57 0.15
HSL 28.29º 0.61% 0.61% -
HSV(B) 28.29º 0.57% 0.85% -
XYZ 41.36 37.52 15.42 -
YUV 163.82 88.03 165.22 -
System Red Green Blue C M Y K H S L
Decimal 216 151 93 0 0.30 0.57 0.15 28.29 0.61 0.61
Hex D8 97 5D 0 1E 39 F 1C 3D 3D
Octal 330 227 135 0 36 71 17 34 75 75
Binary 11011000 10010111 1011101 0 11110 111001 1111 11100 111101 111101

Color Harmonies of #D8975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8975D

Black with #D8975D

Text Example


Text Example

White with #D8975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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