Html Css Color HEX #D18B53 Whiskey Sour

📋 copy color: '#D18B53'

red 209 ◦ green 139 ◦ blue 83

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

Shades of Whiskey Sour #D18B53

Tints of Whiskey Sour #D18B53

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.25%

 BLUE value IS 83 (32.81% from 255) = 19.26%

R = 48.49%
G = 32.25%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D18B53 (or 0xD18B53) is known color: Whiskey Sour. HEX triplet: D1, 8B and 53. RGB value is (209,139,83). Sum of RGB (Red+Green+Blue) = 209+139+83=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B53 is #2E74AC. Grayscale: #999999. Windows color (decimal): -3044525 or 5475281. OLE color: 5475281.

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

Color convert

RGB 209 139 83 -
CMYK 0 0.33 0.60 0.18
HSL 26.67º 0.58% 0.57% -
HSV(B) 26.67º 0.6% 0.82% -
XYZ 37.09 32.65 12.53 -
YUV 153.55 88.19 167.55 -
System Red Green Blue C M Y K H S L
Decimal 209 139 83 0 0.33 0.60 0.18 26.67 0.58 0.57
Hex D1 8B 53 0 21 3C 12 1B 3A 39
Octal 321 213 123 0 41 74 22 33 72 71
Binary 11010001 10001011 1010011 0 100001 111100 10010 11011 111010 111001

Color Harmonies of #D18B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18B53

Black with #D18B53

Text Example


Text Example

White with #D18B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18B53; }

 p { color: rgb(209,139,83); }

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

background-color css

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

 a { background-color: rgb(209,139,83); }

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

border-color css

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

 span { border-color: rgb(209,139,83); }

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