Html Css Color HEX #D18F4D Whiskey Sour

📋 copy color: '#D18F4D'

red 209 ◦ green 143 ◦ blue 77

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

Shades of Whiskey Sour #D18F4D

Tints of Whiskey Sour #D18F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.95%

R = 48.72%
G = 33.33%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#D18F4D (or 0xD18F4D) is known color: Whiskey Sour. HEX triplet: D1, 8F and 4D. RGB value is (209,143,77). Sum of RGB (Red+Green+Blue) = 209+143+77=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 77 (30.47% from 255 or 17.95% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F4D is #2E70B2. Grayscale: #9B9B9B. Windows color (decimal): -3043507 or 5083089. OLE color: 5083089.

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

Color convert

RGB 209 143 77 -
CMYK 0 0.32 0.63 0.18
HSL 30º 0.59% 0.56% -
HSV(B) 30º 0.63% 0.82% -
XYZ 37.46 33.74 11.56 -
YUV 155.21 83.87 166.37 -
System Red Green Blue C M Y K H S L
Decimal 209 143 77 0 0.32 0.63 0.18 30 0.59 0.56
Hex D1 8F 4D 0 20 3F 12 1E 3B 38
Octal 321 217 115 0 40 77 22 36 73 70
Binary 11010001 10001111 1001101 0 100000 111111 10010 11110 111011 111000

Color Harmonies of #D18F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18F4D

Black with #D18F4D

Text Example


Text Example

White with #D18F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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