Html Css Color HEX #D1885A Whiskey Sour

📋 copy color: '#D1885A'

red 209 ◦ green 136 ◦ blue 90

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

Shades of Whiskey Sour #D1885A

Tints of Whiskey Sour #D1885A

RGB

 RED value IS 209 (82.03% from 255) = 48.05%

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

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

R = 48.05%
G = 31.26%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1885A (or 0xD1885A) is known color: Whiskey Sour. HEX triplet: D1, 88 and 5A. RGB value is (209,136,90). Sum of RGB (Red+Green+Blue) = 209+136+90=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 90 (35.55% from 255 or 20.69% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1885A is #2E77A5. Grayscale: #989898. Windows color (decimal): -3045286 or 5933265. OLE color: 5933265.

HSL color Cylindrical-coordinate representation of color #D1885A: hue angle of 23.19º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1885A is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 136 90 -
CMYK 0 0.35 0.57 0.18
HSL 23.19º 0.56% 0.59% -
HSV(B) 23.19º 0.57% 0.82% -
XYZ 36.94 31.9 13.88 -
YUV 152.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 209 136 90 0 0.35 0.57 0.18 23.19 0.56 0.59
Hex D1 88 5A 0 23 39 12 17 38 3B
Octal 321 210 132 0 43 71 22 27 70 73
Binary 11010001 10001000 1011010 0 100011 111001 10010 10111 111000 111011

Color Harmonies of #D1885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1885A

Black with #D1885A

Text Example


Text Example

White with #D1885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1885A; }

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

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

background-color css

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

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

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

border-color css

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

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

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