Html Css Color HEX #D1895A Whiskey Sour

📋 copy color: '#D1895A'

red 209 ◦ green 137 ◦ blue 90

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

Shades of Whiskey Sour #D1895A

Tints of Whiskey Sour #D1895A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.42%

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

R = 47.94%
G = 31.42%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D1895A (or 0xD1895A) is known color: Whiskey Sour. HEX triplet: D1, 89 and 5A. RGB value is (209,137,90). Sum of RGB (Red+Green+Blue) = 209+137+90=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1895A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1895A is #2E76A5. Grayscale: #999999. Windows color (decimal): -3045030 or 5933521. OLE color: 5933521.

HSL color Cylindrical-coordinate representation of color #D1895A: hue angle of 23.7º 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 #D1895A is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 137 90 -
CMYK 0 0.34 0.57 0.18
HSL 23.7º 0.56% 0.59% -
HSV(B) 23.7º 0.57% 0.82% -
XYZ 37.09 32.18 13.93 -
YUV 153.17 92.35 167.82 -
System Red Green Blue C M Y K H S L
Decimal 209 137 90 0 0.34 0.57 0.18 23.7 0.56 0.59
Hex D1 89 5A 0 22 39 12 18 38 3B
Octal 321 211 132 0 42 71 22 30 70 73
Binary 11010001 10001001 1011010 0 100010 111001 10010 11000 111000 111011

Color Harmonies of #D1895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1895A

Black with #D1895A

Text Example


Text Example

White with #D1895A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1895A; }

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

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

background-color css

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

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

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

border-color css

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

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

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