Html Css Color HEX #D6885A Whiskey Sour

📋 copy color: '#D6885A'

red 214 ◦ green 136 ◦ blue 90

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

Shades of Whiskey Sour #D6885A

Tints of Whiskey Sour #D6885A

RGB

 RED value IS 214 (83.98% from 255) = 48.64%

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

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

R = 48.64%
G = 30.91%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6885A (or 0xD6885A) is known color: Whiskey Sour. HEX triplet: D6, 88 and 5A. RGB value is (214,136,90). Sum of RGB (Red+Green+Blue) = 214+136+90=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 136 (53.52% from 255 or 30.91% from 440); Blue value is 90 (35.55% from 255 or 20.45% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6885A is #2977A5. Grayscale: #9A9A9A. Windows color (decimal): -2717606 or 5933270. OLE color: 5933270.

HSL color Cylindrical-coordinate representation of color #D6885A: hue angle of 22.26º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D6885A is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 136 90 -
CMYK 0 0.36 0.58 0.16
HSL 22.26º 0.6% 0.6% -
HSV(B) 22.26º 0.58% 0.84% -
XYZ 38.38 32.64 13.95 -
YUV 154.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 214 136 90 0 0.36 0.58 0.16 22.26 0.6 0.6
Hex D6 88 5A 0 24 3A 10 16 3C 3C
Octal 326 210 132 0 44 72 20 26 74 74
Binary 11010110 10001000 1011010 0 100100 111010 10000 10110 111100 111100

Color Harmonies of #D6885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6885A

Black with #D6885A

Text Example


Text Example

White with #D6885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6885A; }

 p { color: rgb(214,136,90); }

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

background-color css

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

 a { background-color: rgb(214,136,90); }

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

border-color css

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

 span { border-color: rgb(214,136,90); }

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