Html Css Color HEX #D8985D Whiskey Sour

📋 copy color: '#D8985D'

red 216 ◦ green 152 ◦ blue 93

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

Shades of Whiskey Sour #D8985D

Tints of Whiskey Sour #D8985D

RGB

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

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

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

R = 46.85%
G = 32.97%
B = 20.17%

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

#D8985D (or 0xD8985D) is known color: Whiskey Sour. HEX triplet: D8, 98 and 5D. RGB value is (216,152,93). Sum of RGB (Red+Green+Blue) = 216+152+93=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D8985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8985D is #2767A2. Grayscale: #A4A4A4. Windows color (decimal): -2582435 or 6133976. OLE color: 6133976.

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

Color convert

RGB 216 152 93 -
CMYK 0 0.30 0.57 0.15
HSL 28.78º 0.61% 0.61% -
HSV(B) 28.78º 0.57% 0.85% -
XYZ 41.52 37.85 15.47 -
YUV 164.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 216 152 93 0 0.30 0.57 0.15 28.78 0.61 0.61
Hex D8 98 5D 0 1E 39 F 1D 3D 3D
Octal 330 230 135 0 36 71 17 35 75 75
Binary 11011000 10011000 1011101 0 11110 111001 1111 11101 111101 111101

Color Harmonies of #D8985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8985D

Black with #D8985D

Text Example


Text Example

White with #D8985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8985D; }

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

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

background-color css

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

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

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

border-color css

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

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

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