Html Css Color HEX #D88C5D Whiskey Sour

📋 copy color: '#D88C5D'

red 216 ◦ green 140 ◦ blue 93

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

Shades of Whiskey Sour #D88C5D

Tints of Whiskey Sour #D88C5D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.18%

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

R = 48.11%
G = 31.18%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D88C5D (or 0xD88C5D) is known color: Whiskey Sour. HEX triplet: D8, 8C and 5D. RGB value is (216,140,93). Sum of RGB (Red+Green+Blue) = 216+140+93=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88C5D is #2773A2. Grayscale: #9D9D9D. Windows color (decimal): -2585507 or 6130904. OLE color: 6130904.

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

Color convert

RGB 216 140 93 -
CMYK 0 0.35 0.57 0.15
HSL 22.93º 0.61% 0.61% -
HSV(B) 22.93º 0.57% 0.85% -
XYZ 39.67 34.15 14.86 -
YUV 157.37 91.68 169.82 -
System Red Green Blue C M Y K H S L
Decimal 216 140 93 0 0.35 0.57 0.15 22.93 0.61 0.61
Hex D8 8C 5D 0 23 39 F 17 3D 3D
Octal 330 214 135 0 43 71 17 27 75 75
Binary 11011000 10001100 1011101 0 100011 111001 1111 10111 111101 111101

Color Harmonies of #D88C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88C5D

Black with #D88C5D

Text Example


Text Example

White with #D88C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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