Html Css Color HEX #D88755 Whiskey Sour

📋 copy color: '#D88755'

red 216 ◦ green 135 ◦ blue 85

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

Shades of Whiskey Sour #D88755

Tints of Whiskey Sour #D88755

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.96%

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

R = 49.54%
G = 30.96%
B = 19.5%

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

#D88755 (or 0xD88755) is known color: Whiskey Sour. HEX triplet: D8, 87 and 55. RGB value is (216,135,85). Sum of RGB (Red+Green+Blue) = 216+135+85=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D88755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88755 is #2778AA. Grayscale: #999999. Windows color (decimal): -2586795 or 5605336. OLE color: 5605336.

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

Color convert

RGB 216 135 85 -
CMYK 0 0.38 0.61 0.15
HSL 22.9º 0.63% 0.59% -
HSV(B) 22.9º 0.61% 0.85% -
XYZ 38.62 32.58 12.85 -
YUV 153.52 89.34 172.57 -
System Red Green Blue C M Y K H S L
Decimal 216 135 85 0 0.38 0.61 0.15 22.9 0.63 0.59
Hex D8 87 55 0 26 3D F 17 3F 3B
Octal 330 207 125 0 46 75 17 27 77 73
Binary 11011000 10000111 1010101 0 100110 111101 1111 10111 111111 111011

Color Harmonies of #D88755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88755

Black with #D88755

Text Example


Text Example

White with #D88755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88755; }

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

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

background-color css

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

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

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

border-color css

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

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

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