Html Css Color HEX #D8895A Whiskey Sour

📋 copy color: '#D8895A'

red 216 ◦ green 137 ◦ blue 90

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

Shades of Whiskey Sour #D8895A

Tints of Whiskey Sour #D8895A

RGB

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

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

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

R = 48.76%
G = 30.93%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8895A (or 0xD8895A) is known color: Whiskey Sour. HEX triplet: D8, 89 and 5A. RGB value is (216,137,90). Sum of RGB (Red+Green+Blue) = 216+137+90=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D8895A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8895A is #2776A5. Grayscale: #9B9B9B. Windows color (decimal): -2586278 or 5933528. OLE color: 5933528.

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

Color convert

RGB 216 137 90 -
CMYK 0 0.37 0.58 0.15
HSL 22.38º 0.62% 0.6% -
HSV(B) 22.38º 0.58% 0.85% -
XYZ 39.11 33.23 14.03 -
YUV 155.26 91.17 171.32 -
System Red Green Blue C M Y K H S L
Decimal 216 137 90 0 0.37 0.58 0.15 22.38 0.62 0.6
Hex D8 89 5A 0 25 3A F 16 3E 3C
Octal 330 211 132 0 45 72 17 26 76 74
Binary 11011000 10001001 1011010 0 100101 111010 1111 10110 111110 111100

Color Harmonies of #D8895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8895A

Black with #D8895A

Text Example


Text Example

White with #D8895A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8895A; }

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

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

background-color css

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

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

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

border-color css

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

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

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