Html Css Color HEX #D8885C Whiskey Sour

📋 copy color: '#D8885C'

red 216 ◦ green 136 ◦ blue 92

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

Shades of Whiskey Sour #D8885C

Tints of Whiskey Sour #D8885C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.63%

 BLUE value IS 92 (36.33% from 255) = 20.72%

R = 48.65%
G = 30.63%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8885C (or 0xD8885C) is known color: Whiskey Sour. HEX triplet: D8, 88 and 5C. RGB value is (216,136,92). Sum of RGB (Red+Green+Blue) = 216+136+92=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8885C is #2777A3. Grayscale: #9B9B9B. Windows color (decimal): -2586532 or 6064344. OLE color: 6064344.

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

Color convert

RGB 216 136 92 -
CMYK 0 0.37 0.57 0.15
HSL 21.29º 0.61% 0.6% -
HSV(B) 21.29º 0.57% 0.85% -
XYZ 39.05 32.98 14.43 -
YUV 154.9 92.5 171.58 -
System Red Green Blue C M Y K H S L
Decimal 216 136 92 0 0.37 0.57 0.15 21.29 0.61 0.6
Hex D8 88 5C 0 25 39 F 15 3D 3C
Octal 330 210 134 0 45 71 17 25 75 74
Binary 11011000 10001000 1011100 0 100101 111001 1111 10101 111101 111100

Color Harmonies of #D8885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8885C

Black with #D8885C

Text Example


Text Example

White with #D8885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8885C; }

 p { color: rgb(216,136,92); }

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

background-color css

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

 a { background-color: rgb(216,136,92); }

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

border-color css

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

 span { border-color: rgb(216,136,92); }

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