Html Css Color HEX #D8975A Whiskey Sour

📋 copy color: '#D8975A'

red 216 ◦ green 151 ◦ blue 90

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

Shades of Whiskey Sour #D8975A

Tints of Whiskey Sour #D8975A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.69%

R = 47.26%
G = 33.04%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8975A (or 0xD8975A) is known color: Whiskey Sour. HEX triplet: D8, 97 and 5A. RGB value is (216,151,90). Sum of RGB (Red+Green+Blue) = 216+151+90=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8975A is #2768A5. Grayscale: #A3A3A3. Windows color (decimal): -2582694 or 5937112. OLE color: 5937112.

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

Color convert

RGB 216 151 90 -
CMYK 0 0.30 0.58 0.15
HSL 29.05º 0.62% 0.6% -
HSV(B) 29.05º 0.58% 0.85% -
XYZ 41.23 37.47 14.73 -
YUV 163.48 86.53 165.46 -
System Red Green Blue C M Y K H S L
Decimal 216 151 90 0 0.30 0.58 0.15 29.05 0.62 0.6
Hex D8 97 5A 0 1E 3A F 1D 3E 3C
Octal 330 227 132 0 36 72 17 35 76 74
Binary 11011000 10010111 1011010 0 11110 111010 1111 11101 111110 111100

Color Harmonies of #D8975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8975A

Black with #D8975A

Text Example


Text Example

White with #D8975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8975A; }

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

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

background-color css

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

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

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

border-color css

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

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

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