Html Css Color HEX #D88D4C Whiskey Sour

📋 copy color: '#D88D4C'

red 216 ◦ green 141 ◦ blue 76

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

Shades of Whiskey Sour #D88D4C

Tints of Whiskey Sour #D88D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 17.55%

R = 49.88%
G = 32.56%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D88D4C (or 0xD88D4C) is known color: Whiskey Sour. HEX triplet: D8, 8D and 4C. RGB value is (216,141,76). Sum of RGB (Red+Green+Blue) = 216+141+76=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88D4C is #2772B3. Grayscale: #9C9C9C. Windows color (decimal): -2585268 or 5017048. OLE color: 5017048.

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

Color convert

RGB 216 141 76 -
CMYK 0 0.35 0.65 0.15
HSL 27.86º 0.64% 0.57% -
HSV(B) 27.86º 0.65% 0.85% -
XYZ 39.15 34.17 11.37 -
YUV 156.02 82.85 170.79 -
System Red Green Blue C M Y K H S L
Decimal 216 141 76 0 0.35 0.65 0.15 27.86 0.64 0.57
Hex D8 8D 4C 0 23 41 F 1C 40 39
Octal 330 215 114 0 43 101 17 34 100 71
Binary 11011000 10001101 1001100 0 100011 1000001 1111 11100 1000000 111001

Color Harmonies of #D88D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88D4C

Black with #D88D4C

Text Example


Text Example

White with #D88D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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