Html Css Color HEX #D8975C Whiskey Sour

📋 copy color: '#D8975C'

red 216 ◦ green 151 ◦ blue 92

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

Shades of Whiskey Sour #D8975C

Tints of Whiskey Sour #D8975C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.04%

R = 47.06%
G = 32.9%
B = 20.04%

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

#D8975C (or 0xD8975C) is known color: Whiskey Sour. HEX triplet: D8, 97 and 5C. RGB value is (216,151,92). Sum of RGB (Red+Green+Blue) = 216+151+92=459 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.06% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 216 - color contains mainly: red. Hex color #D8975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8975C is #2768A3. Grayscale: #A4A4A4. Windows color (decimal): -2582692 or 6068184. OLE color: 6068184.

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

Color convert

RGB 216 151 92 -
CMYK 0 0.30 0.57 0.15
HSL 28.55º 0.61% 0.6% -
HSV(B) 28.55º 0.57% 0.85% -
XYZ 41.32 37.5 15.19 -
YUV 163.71 87.53 165.3 -
System Red Green Blue C M Y K H S L
Decimal 216 151 92 0 0.30 0.57 0.15 28.55 0.61 0.6
Hex D8 97 5C 0 1E 39 F 1D 3D 3C
Octal 330 227 134 0 36 71 17 35 75 74
Binary 11011000 10010111 1011100 0 11110 111001 1111 11101 111101 111100

Color Harmonies of #D8975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8975C

Black with #D8975C

Text Example


Text Example

White with #D8975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8975C; }

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

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

background-color css

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

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

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

border-color css

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

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

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