Html Css Color HEX #D8935C Whiskey Sour

📋 copy color: '#D8935C'

red 216 ◦ green 147 ◦ blue 92

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

Shades of Whiskey Sour #D8935C

Tints of Whiskey Sour #D8935C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.22%

R = 47.47%
G = 32.31%
B = 20.22%

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

#D8935C (or 0xD8935C) is known color: Whiskey Sour. HEX triplet: D8, 93 and 5C. RGB value is (216,147,92). Sum of RGB (Red+Green+Blue) = 216+147+92=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 147 (57.81% from 255 or 32.31% from 455); Blue value is 92 (36.33% from 255 or 20.22% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D8935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8935C is #276CA3. Grayscale: #A1A1A1. Windows color (decimal): -2583716 or 6067160. OLE color: 6067160.

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

Color convert

RGB 216 147 92 -
CMYK 0 0.32 0.57 0.15
HSL 26.61º 0.61% 0.6% -
HSV(B) 26.61º 0.57% 0.85% -
XYZ 40.68 36.24 14.98 -
YUV 161.36 88.86 166.97 -
System Red Green Blue C M Y K H S L
Decimal 216 147 92 0 0.32 0.57 0.15 26.61 0.61 0.6
Hex D8 93 5C 0 20 39 F 1B 3D 3C
Octal 330 223 134 0 40 71 17 33 75 74
Binary 11011000 10010011 1011100 0 100000 111001 1111 11011 111101 111100

Color Harmonies of #D8935C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8935C

Black with #D8935C

Text Example


Text Example

White with #D8935C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8935C; }

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

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

background-color css

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

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

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

border-color css

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

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

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