Html Css Color HEX #D88F5A Whiskey Sour

📋 copy color: '#D88F5A'

red 216 ◦ green 143 ◦ blue 90

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

Shades of Whiskey Sour #D88F5A

Tints of Whiskey Sour #D88F5A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.85%

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

R = 48.11%
G = 31.85%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D88F5A (or 0xD88F5A) is known color: Whiskey Sour. HEX triplet: D8, 8F and 5A. RGB value is (216,143,90). Sum of RGB (Red+Green+Blue) = 216+143+90=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F5A is #2770A5. Grayscale: #9F9F9F. Windows color (decimal): -2584742 or 5935064. OLE color: 5935064.

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

Color convert

RGB 216 143 90 -
CMYK 0 0.34 0.58 0.15
HSL 25.24º 0.62% 0.6% -
HSV(B) 25.24º 0.58% 0.85% -
XYZ 39.99 34.98 14.32 -
YUV 158.79 89.18 168.81 -
System Red Green Blue C M Y K H S L
Decimal 216 143 90 0 0.34 0.58 0.15 25.24 0.62 0.6
Hex D8 8F 5A 0 22 3A F 19 3E 3C
Octal 330 217 132 0 42 72 17 31 76 74
Binary 11011000 10001111 1011010 0 100010 111010 1111 11001 111110 111100

Color Harmonies of #D88F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88F5A

Black with #D88F5A

Text Example


Text Example

White with #D88F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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