Html Css Color HEX #D88D5A Whiskey Sour

📋 copy color: '#D88D5A'

red 216 ◦ green 141 ◦ blue 90

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

Shades of Whiskey Sour #D88D5A

Tints of Whiskey Sour #D88D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.13%

R = 48.32%
G = 31.54%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D88D5A (or 0xD88D5A) is known color: Whiskey Sour. HEX triplet: D8, 8D and 5A. RGB value is (216,141,90). Sum of RGB (Red+Green+Blue) = 216+141+90=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88D5A is #2772A5. Grayscale: #9D9D9D. Windows color (decimal): -2585254 or 5934552. OLE color: 5934552.

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

Color convert

RGB 216 141 90 -
CMYK 0 0.35 0.58 0.15
HSL 24.29º 0.62% 0.6% -
HSV(B) 24.29º 0.58% 0.85% -
XYZ 39.69 34.39 14.22 -
YUV 157.61 89.85 169.65 -
System Red Green Blue C M Y K H S L
Decimal 216 141 90 0 0.35 0.58 0.15 24.29 0.62 0.6
Hex D8 8D 5A 0 23 3A F 18 3E 3C
Octal 330 215 132 0 43 72 17 30 76 74
Binary 11011000 10001101 1011010 0 100011 111010 1111 11000 111110 111100

Color Harmonies of #D88D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88D5A

Black with #D88D5A

Text Example


Text Example

White with #D88D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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