Html Css Color HEX #D8895C Whiskey Sour

📋 copy color: '#D8895C'

red 216 ◦ green 137 ◦ blue 92

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

Shades of Whiskey Sour #D8895C

Tints of Whiskey Sour #D8895C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.79%

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

R = 48.54%
G = 30.79%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8895C (or 0xD8895C) is known color: Whiskey Sour. HEX triplet: D8, 89 and 5C. RGB value is (216,137,92). Sum of RGB (Red+Green+Blue) = 216+137+92=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D8895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8895C is #2776A3. Grayscale: #9B9B9B. Windows color (decimal): -2586276 or 6064600. OLE color: 6064600.

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

Color convert

RGB 216 137 92 -
CMYK 0 0.37 0.57 0.15
HSL 21.77º 0.61% 0.6% -
HSV(B) 21.77º 0.57% 0.85% -
XYZ 39.2 33.26 14.48 -
YUV 155.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 216 137 92 0 0.37 0.57 0.15 21.77 0.61 0.6
Hex D8 89 5C 0 25 39 F 16 3D 3C
Octal 330 211 134 0 45 71 17 26 75 74
Binary 11011000 10001001 1011100 0 100101 111001 1111 10110 111101 111100

Color Harmonies of #D8895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8895C

Black with #D8895C

Text Example


Text Example

White with #D8895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8895C; }

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

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

background-color css

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

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

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

border-color css

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

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

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