Html Css Color HEX #D8935E Whiskey Sour

📋 copy color: '#D8935E'

red 216 ◦ green 147 ◦ blue 94

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

Shades of Whiskey Sour #D8935E

Tints of Whiskey Sour #D8935E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.17%

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

R = 47.26%
G = 32.17%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D8935E (or 0xD8935E) is known color: Whiskey Sour. HEX triplet: D8, 93 and 5E. RGB value is (216,147,94). Sum of RGB (Red+Green+Blue) = 216+147+94=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8935E is #276CA1. Grayscale: #A1A1A1. Windows color (decimal): -2583714 or 6198232. OLE color: 6198232.

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

Color convert

RGB 216 147 94 -
CMYK 0 0.32 0.56 0.15
HSL 26.07º 0.61% 0.61% -
HSV(B) 26.07º 0.56% 0.85% -
XYZ 40.77 36.27 15.44 -
YUV 161.59 89.86 166.81 -
System Red Green Blue C M Y K H S L
Decimal 216 147 94 0 0.32 0.56 0.15 26.07 0.61 0.61
Hex D8 93 5E 0 20 38 F 1A 3D 3D
Octal 330 223 136 0 40 70 17 32 75 75
Binary 11011000 10010011 1011110 0 100000 111000 1111 11010 111101 111101

Color Harmonies of #D8935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8935E

Black with #D8935E

Text Example


Text Example

White with #D8935E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8935E; }

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

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

background-color css

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

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

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

border-color css

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

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

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