Html Css Color HEX #D8915E Whiskey Sour

📋 copy color: '#D8915E'

red 216 ◦ green 145 ◦ blue 94

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

Shades of Whiskey Sour #D8915E

Tints of Whiskey Sour #D8915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.87%

 BLUE value IS 94 (37.11% from 255) = 20.66%

R = 47.47%
G = 31.87%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8915E (or 0xD8915E) is known color: Whiskey Sour. HEX triplet: D8, 91 and 5E. RGB value is (216,145,94). Sum of RGB (Red+Green+Blue) = 216+145+94=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 94 (37.11% from 255 or 20.66% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8915E is #276EA1. Grayscale: #A0A0A0. Windows color (decimal): -2584226 or 6197720. OLE color: 6197720.

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

Color convert

RGB 216 145 94 -
CMYK 0 0.33 0.56 0.15
HSL 25.08º 0.61% 0.61% -
HSV(B) 25.08º 0.56% 0.85% -
XYZ 40.46 35.66 15.34 -
YUV 160.42 90.52 167.65 -
System Red Green Blue C M Y K H S L
Decimal 216 145 94 0 0.33 0.56 0.15 25.08 0.61 0.61
Hex D8 91 5E 0 21 38 F 19 3D 3D
Octal 330 221 136 0 41 70 17 31 75 75
Binary 11011000 10010001 1011110 0 100001 111000 1111 11001 111101 111101

Color Harmonies of #D8915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8915E

Black with #D8915E

Text Example


Text Example

White with #D8915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8915E; }

 p { color: rgb(216,145,94); }

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

background-color css

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

 a { background-color: rgb(216,145,94); }

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

border-color css

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

 span { border-color: rgb(216,145,94); }

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