Html Css Color HEX #D8915F Whiskey Sour

📋 copy color: '#D8915F'

red 216 ◦ green 145 ◦ blue 95

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

Shades of Whiskey Sour #D8915F

Tints of Whiskey Sour #D8915F

RGB

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

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

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

R = 47.37%
G = 31.8%
B = 20.83%

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

#D8915F (or 0xD8915F) is known color: Whiskey Sour. HEX triplet: D8, 91 and 5F. RGB value is (216,145,95). Sum of RGB (Red+Green+Blue) = 216+145+95=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 95 (37.5% from 255 or 20.83% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8915F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8915F is #276EA0. Grayscale: #A0A0A0. Windows color (decimal): -2584225 or 6263256. OLE color: 6263256.

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

Color convert

RGB 216 145 95 -
CMYK 0 0.33 0.56 0.15
HSL 24.79º 0.61% 0.61% -
HSV(B) 24.79º 0.56% 0.85% -
XYZ 40.51 35.68 15.58 -
YUV 160.53 91.02 167.57 -
System Red Green Blue C M Y K H S L
Decimal 216 145 95 0 0.33 0.56 0.15 24.79 0.61 0.61
Hex D8 91 5F 0 21 38 F 19 3D 3D
Octal 330 221 137 0 41 70 17 31 75 75
Binary 11011000 10010001 1011111 0 100001 111000 1111 11001 111101 111101

Color Harmonies of #D8915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8915F

Black with #D8915F

Text Example


Text Example

White with #D8915F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8915F; }

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

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

background-color css

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

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

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

border-color css

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

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

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