Html Css Color HEX #D88955 Whiskey Sour

📋 copy color: '#D88955'

red 216 ◦ green 137 ◦ blue 85

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

Shades of Whiskey Sour #D88955

Tints of Whiskey Sour #D88955

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.28%

 BLUE value IS 85 (33.59% from 255) = 19.41%

R = 49.32%
G = 31.28%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D88955 (or 0xD88955) is known color: Whiskey Sour. HEX triplet: D8, 89 and 55. RGB value is (216,137,85). Sum of RGB (Red+Green+Blue) = 216+137+85=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D88955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88955 is #2776AA. Grayscale: #9A9A9A. Windows color (decimal): -2586283 or 5605848. OLE color: 5605848.

HSL color Cylindrical-coordinate representation of color #D88955: hue angle of 23.82º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D88955 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 137 85 -
CMYK 0 0.37 0.61 0.15
HSL 23.82º 0.63% 0.59% -
HSV(B) 23.82º 0.61% 0.85% -
XYZ 38.9 33.15 12.94 -
YUV 154.69 88.67 171.73 -
System Red Green Blue C M Y K H S L
Decimal 216 137 85 0 0.37 0.61 0.15 23.82 0.63 0.59
Hex D8 89 55 0 25 3D F 18 3F 3B
Octal 330 211 125 0 45 75 17 30 77 73
Binary 11011000 10001001 1010101 0 100101 111101 1111 11000 111111 111011

Color Harmonies of #D88955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88955

Black with #D88955

Text Example


Text Example

White with #D88955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88955; }

 p { color: rgb(216,137,85); }

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

background-color css

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

 a { background-color: rgb(216,137,85); }

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

border-color css

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

 span { border-color: rgb(216,137,85); }

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