Html Css Color HEX #D18B5F Whiskey

📋 copy color: '#D18B5F'

red 209 ◦ green 139 ◦ blue 95

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

Shades of Whiskey #D18B5F

Tints of Whiskey #D18B5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.44%

R = 47.18%
G = 31.38%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D18B5F (or 0xD18B5F) is known color: Whiskey. HEX triplet: D1, 8B and 5F. RGB value is (209,139,95). Sum of RGB (Red+Green+Blue) = 209+139+95=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D18B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18B5F is #2E74A0. Grayscale: #9B9B9B. Windows color (decimal): -3044513 or 6261713. OLE color: 6261713.

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

Color convert

RGB 209 139 95 -
CMYK 0 0.33 0.55 0.18
HSL 23.16º 0.55% 0.6% -
HSV(B) 23.16º 0.55% 0.82% -
XYZ 37.59 32.85 15.19 -
YUV 154.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 209 139 95 0 0.33 0.55 0.18 23.16 0.55 0.6
Hex D1 8B 5F 0 21 37 12 17 37 3C
Octal 321 213 137 0 41 67 22 27 67 74
Binary 11010001 10001011 1011111 0 100001 110111 10010 10111 110111 111100

Color Harmonies of #D18B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18B5F

Black with #D18B5F

Text Example


Text Example

White with #D18B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18B5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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