Html Css Color HEX #D8985F Whiskey Sour

📋 copy color: '#D8985F'

red 216 ◦ green 152 ◦ blue 95

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

Shades of Whiskey Sour #D8985F

Tints of Whiskey Sour #D8985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.83%

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

R = 46.65%
G = 32.83%
B = 20.52%

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

#D8985F (or 0xD8985F) is known color: Whiskey Sour. HEX triplet: D8, 98 and 5F. RGB value is (216,152,95). Sum of RGB (Red+Green+Blue) = 216+152+95=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 95 (37.5% from 255 or 20.52% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D8985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8985F is #2767A0. Grayscale: #A4A4A4. Windows color (decimal): -2582433 or 6265048. OLE color: 6265048.

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

Color convert

RGB 216 152 95 -
CMYK 0 0.30 0.56 0.15
HSL 28.26º 0.61% 0.61% -
HSV(B) 28.26º 0.56% 0.85% -
XYZ 41.61 37.88 15.95 -
YUV 164.64 88.7 164.63 -
System Red Green Blue C M Y K H S L
Decimal 216 152 95 0 0.30 0.56 0.15 28.26 0.61 0.61
Hex D8 98 5F 0 1E 38 F 1C 3D 3D
Octal 330 230 137 0 36 70 17 34 75 75
Binary 11011000 10011000 1011111 0 11110 111000 1111 11100 111101 111101

Color Harmonies of #D8985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8985F

Black with #D8985F

Text Example


Text Example

White with #D8985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8985F; }

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

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

background-color css

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

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

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

border-color css

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

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

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