Html Css Color HEX #D8935D Whiskey Sour

📋 copy color: '#D8935D'

red 216 ◦ green 147 ◦ blue 93

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

Shades of Whiskey Sour #D8935D

Tints of Whiskey Sour #D8935D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.39%

R = 47.37%
G = 32.24%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8935D (or 0xD8935D) is known color: Whiskey Sour. HEX triplet: D8, 93 and 5D. RGB value is (216,147,93). Sum of RGB (Red+Green+Blue) = 216+147+93=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 93 (36.72% from 255 or 20.39% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D8935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8935D is #276CA2. Grayscale: #A1A1A1. Windows color (decimal): -2583715 or 6132696. OLE color: 6132696.

HSL color Cylindrical-coordinate representation of color #D8935D: hue angle of 26.34º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8935D is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 147 93 -
CMYK 0 0.32 0.57 0.15
HSL 26.34º 0.61% 0.61% -
HSV(B) 26.34º 0.57% 0.85% -
XYZ 40.73 36.26 15.21 -
YUV 161.48 89.36 166.89 -
System Red Green Blue C M Y K H S L
Decimal 216 147 93 0 0.32 0.57 0.15 26.34 0.61 0.61
Hex D8 93 5D 0 20 39 F 1A 3D 3D
Octal 330 223 135 0 40 71 17 32 75 75
Binary 11011000 10010011 1011101 0 100000 111001 1111 11010 111101 111101

Color Harmonies of #D8935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8935D

Black with #D8935D

Text Example


Text Example

White with #D8935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8935D; }

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

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

background-color css

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

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

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

border-color css

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

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

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