Html Css Color HEX #D18E6A Whiskey

📋 copy color: '#D18E6A'

red 209 ◦ green 142 ◦ blue 106

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

Shades of Whiskey #D18E6A

Tints of Whiskey #D18E6A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.07%

 BLUE value IS 106 (41.8% from 255) = 23.19%

R = 45.73%
G = 31.07%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D18E6A (or 0xD18E6A) is known color: Whiskey. HEX triplet: D1, 8E and 6A. RGB value is (209,142,106). Sum of RGB (Red+Green+Blue) = 209+142+106=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D18E6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18E6A is #2E7195. Grayscale: #9E9E9E. Windows color (decimal): -3043734 or 6983377. OLE color: 6983377.

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

Color convert

RGB 209 142 106 -
CMYK 0 0.32 0.49 0.18
HSL 20.97º 0.53% 0.62% -
HSV(B) 20.97º 0.49% 0.82% -
XYZ 38.57 33.94 18.15 -
YUV 157.93 98.7 164.43 -
System Red Green Blue C M Y K H S L
Decimal 209 142 106 0 0.32 0.49 0.18 20.97 0.53 0.62
Hex D1 8E 6A 0 20 31 12 15 35 3E
Octal 321 216 152 0 40 61 22 25 65 76
Binary 11010001 10001110 1101010 0 100000 110001 10010 10101 110101 111110

Color Harmonies of #D18E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18E6A

Black with #D18E6A

Text Example


Text Example

White with #D18E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18E6A; }

 p { color: rgb(209,142,106); }

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

background-color css

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

 a { background-color: rgb(209,142,106); }

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

border-color css

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

 span { border-color: rgb(209,142,106); }

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