Html Css Color HEX #D88E5D Whiskey Sour

📋 copy color: '#D88E5D'

red 216 ◦ green 142 ◦ blue 93

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

Shades of Whiskey Sour #D88E5D

Tints of Whiskey Sour #D88E5D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.49%

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

R = 47.89%
G = 31.49%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D88E5D (or 0xD88E5D) is known color: Whiskey Sour. HEX triplet: D8, 8E and 5D. RGB value is (216,142,93). Sum of RGB (Red+Green+Blue) = 216+142+93=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 142 (55.86% from 255 or 31.49% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88E5D is #2771A2. Grayscale: #9E9E9E. Windows color (decimal): -2584995 or 6131416. OLE color: 6131416.

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

Color convert

RGB 216 142 93 -
CMYK 0 0.34 0.57 0.15
HSL 23.9º 0.61% 0.61% -
HSV(B) 23.9º 0.57% 0.85% -
XYZ 39.97 34.74 14.95 -
YUV 158.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 216 142 93 0 0.34 0.57 0.15 23.9 0.61 0.61
Hex D8 8E 5D 0 22 39 F 18 3D 3D
Octal 330 216 135 0 42 71 17 30 75 75
Binary 11011000 10001110 1011101 0 100010 111001 1111 11000 111101 111101

Color Harmonies of #D88E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88E5D

Black with #D88E5D

Text Example


Text Example

White with #D88E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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