Html Css Color HEX #D18F62 Whiskey

📋 copy color: '#D18F62'

red 209 ◦ green 143 ◦ blue 98

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

Shades of Whiskey #D18F62

Tints of Whiskey #D18F62

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.78%

 BLUE value IS 98 (38.67% from 255) = 21.78%

R = 46.44%
G = 31.78%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.18

RGB Variations

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

Color information

#D18F62 (or 0xD18F62) is known color: Whiskey. HEX triplet: D1, 8F and 62. RGB value is (209,143,98). Sum of RGB (Red+Green+Blue) = 209+143+98=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F62 is #2E709D. Grayscale: #9D9D9D. Windows color (decimal): -3043486 or 6459345. OLE color: 6459345.

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

Color convert

RGB 209 143 98 -
CMYK 0 0.32 0.53 0.18
HSL 24.32º 0.55% 0.6% -
HSV(B) 24.32º 0.53% 0.82% -
XYZ 38.32 34.08 16.11 -
YUV 157.6 94.37 164.66 -
System Red Green Blue C M Y K H S L
Decimal 209 143 98 0 0.32 0.53 0.18 24.32 0.55 0.6
Hex D1 8F 62 0 20 35 12 18 37 3C
Octal 321 217 142 0 40 65 22 30 67 74
Binary 11010001 10001111 1100010 0 100000 110101 10010 11000 110111 111100

Color Harmonies of #D18F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18F62

Black with #D18F62

Text Example


Text Example

White with #D18F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18F62; }

 p { color: rgb(209,143,98); }

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

background-color css

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

 a { background-color: rgb(209,143,98); }

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

border-color css

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

 span { border-color: rgb(209,143,98); }

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