Html Css Color HEX #D18A57 Whiskey Sour

📋 copy color: '#D18A57'

red 209 ◦ green 138 ◦ blue 87

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

Shades of Whiskey Sour #D18A57

Tints of Whiskey Sour #D18A57

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.8%

 BLUE value IS 87 (34.38% from 255) = 20.05%

R = 48.16%
G = 31.8%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D18A57 (or 0xD18A57) is known color: Whiskey Sour. HEX triplet: D1, 8A and 57. RGB value is (209,138,87). Sum of RGB (Red+Green+Blue) = 209+138+87=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D18A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18A57 is #2E75A8. Grayscale: #999999. Windows color (decimal): -3044777 or 5737169. OLE color: 5737169.

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

Color convert

RGB 209 138 87 -
CMYK 0 0.34 0.58 0.18
HSL 25.08º 0.57% 0.58% -
HSV(B) 25.08º 0.58% 0.82% -
XYZ 37.1 32.42 13.32 -
YUV 153.42 90.52 167.65 -
System Red Green Blue C M Y K H S L
Decimal 209 138 87 0 0.34 0.58 0.18 25.08 0.57 0.58
Hex D1 8A 57 0 22 3A 12 19 39 3A
Octal 321 212 127 0 42 72 22 31 71 72
Binary 11010001 10001010 1010111 0 100010 111010 10010 11001 111001 111010

Color Harmonies of #D18A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18A57

Black with #D18A57

Text Example


Text Example

White with #D18A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18A57; }

 p { color: rgb(209,138,87); }

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

background-color css

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

 a { background-color: rgb(209,138,87); }

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

border-color css

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

 span { border-color: rgb(209,138,87); }

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