Html Css Color HEX #D8875A Whiskey Sour

📋 copy color: '#D8875A'

red 216 ◦ green 135 ◦ blue 90

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

Shades of Whiskey Sour #D8875A

Tints of Whiskey Sour #D8875A

RGB

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

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

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

R = 48.98%
G = 30.61%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8875A (or 0xD8875A) is known color: Whiskey Sour. HEX triplet: D8, 87 and 5A. RGB value is (216,135,90). Sum of RGB (Red+Green+Blue) = 216+135+90=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D8875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8875A is #2778A5. Grayscale: #9A9A9A. Windows color (decimal): -2586790 or 5933016. OLE color: 5933016.

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

Color convert

RGB 216 135 90 -
CMYK 0 0.38 0.58 0.15
HSL 21.43º 0.62% 0.6% -
HSV(B) 21.43º 0.58% 0.85% -
XYZ 38.83 32.67 13.93 -
YUV 154.09 91.84 172.16 -
System Red Green Blue C M Y K H S L
Decimal 216 135 90 0 0.38 0.58 0.15 21.43 0.62 0.6
Hex D8 87 5A 0 26 3A F 15 3E 3C
Octal 330 207 132 0 46 72 17 25 76 74
Binary 11011000 10000111 1011010 0 100110 111010 1111 10101 111110 111100

Color Harmonies of #D8875A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8875A

Black with #D8875A

Text Example


Text Example

White with #D8875A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8875A; }

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

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

background-color css

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

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

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

border-color css

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

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

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