Html Css Color HEX #D88C5E Whiskey Sour

📋 copy color: '#D88C5E'

red 216 ◦ green 140 ◦ blue 94

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

Shades of Whiskey Sour #D88C5E

Tints of Whiskey Sour #D88C5E

RGB

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

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

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

R = 48%
G = 31.11%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D88C5E (or 0xD88C5E) is known color: Whiskey Sour. HEX triplet: D8, 8C and 5E. RGB value is (216,140,94). Sum of RGB (Red+Green+Blue) = 216+140+94=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 94 (37.11% from 255 or 20.89% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88C5E is #2773A1. Grayscale: #9D9D9D. Windows color (decimal): -2585506 or 6196440. OLE color: 6196440.

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

Color convert

RGB 216 140 94 -
CMYK 0 0.35 0.56 0.15
HSL 22.62º 0.61% 0.61% -
HSV(B) 22.62º 0.56% 0.85% -
XYZ 39.72 34.16 15.09 -
YUV 157.48 92.18 169.74 -
System Red Green Blue C M Y K H S L
Decimal 216 140 94 0 0.35 0.56 0.15 22.62 0.61 0.61
Hex D8 8C 5E 0 23 38 F 17 3D 3D
Octal 330 214 136 0 43 70 17 27 75 75
Binary 11011000 10001100 1011110 0 100011 111000 1111 10111 111101 111101

Color Harmonies of #D88C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88C5E

Black with #D88C5E

Text Example


Text Example

White with #D88C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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