Html Css Color HEX #D88D56 Whiskey Sour

📋 copy color: '#D88D56'

red 216 ◦ green 141 ◦ blue 86

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

Shades of Whiskey Sour #D88D56

Tints of Whiskey Sour #D88D56

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.83%

 BLUE value IS 86 (33.98% from 255) = 19.41%

R = 48.76%
G = 31.83%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D88D56 (or 0xD88D56) is known color: Whiskey Sour. HEX triplet: D8, 8D and 56. RGB value is (216,141,86). Sum of RGB (Red+Green+Blue) = 216+141+86=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88D56 is #2772A9. Grayscale: #9D9D9D. Windows color (decimal): -2585258 or 5672408. OLE color: 5672408.

HSL color Cylindrical-coordinate representation of color #D88D56: hue angle of 25.38º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D88D56 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 141 86 -
CMYK 0 0.35 0.60 0.15
HSL 25.38º 0.63% 0.59% -
HSV(B) 25.38º 0.6% 0.85% -
XYZ 39.52 34.32 13.35 -
YUV 157.16 87.85 169.97 -
System Red Green Blue C M Y K H S L
Decimal 216 141 86 0 0.35 0.60 0.15 25.38 0.63 0.59
Hex D8 8D 56 0 23 3C F 19 3E 3B
Octal 330 215 126 0 43 74 17 31 76 73
Binary 11011000 10001101 1010110 0 100011 111100 1111 11001 111110 111011

Color Harmonies of #D88D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88D56

Black with #D88D56

Text Example


Text Example

White with #D88D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88D56; }

 p { color: rgb(216,141,86); }

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

background-color css

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

 a { background-color: rgb(216,141,86); }

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

border-color css

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

 span { border-color: rgb(216,141,86); }

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