Html Css Color HEX #D88555 Whiskey Sour

📋 copy color: '#D88555'

red 216 ◦ green 133 ◦ blue 85

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

Shades of Whiskey Sour #D88555

Tints of Whiskey Sour #D88555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.65%

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

R = 49.77%
G = 30.65%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D88555 (or 0xD88555) is known color: Whiskey Sour. HEX triplet: D8, 85 and 55. RGB value is (216,133,85). Sum of RGB (Red+Green+Blue) = 216+133+85=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D88555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88555 is #277AAA. Grayscale: #989898. Windows color (decimal): -2587307 or 5604824. OLE color: 5604824.

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

Color convert

RGB 216 133 85 -
CMYK 0 0.38 0.61 0.15
HSL 21.98º 0.63% 0.59% -
HSV(B) 21.98º 0.61% 0.85% -
XYZ 38.35 32.03 12.76 -
YUV 152.35 90 173.4 -
System Red Green Blue C M Y K H S L
Decimal 216 133 85 0 0.38 0.61 0.15 21.98 0.63 0.59
Hex D8 85 55 0 26 3D F 16 3F 3B
Octal 330 205 125 0 46 75 17 26 77 73
Binary 11011000 10000101 1010101 0 100110 111101 1111 10110 111111 111011

Color Harmonies of #D88555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88555

Black with #D88555

Text Example


Text Example

White with #D88555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88555; }

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

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

background-color css

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

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

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

border-color css

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

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

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