Html Css Color HEX #D18F52 Whiskey Sour

📋 copy color: '#D18F52'

red 209 ◦ green 143 ◦ blue 82

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

Shades of Whiskey Sour #D18F52

Tints of Whiskey Sour #D18F52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.89%

R = 48.16%
G = 32.95%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#D18F52 (or 0xD18F52) is known color: Whiskey Sour. HEX triplet: D1, 8F and 52. RGB value is (209,143,82). Sum of RGB (Red+Green+Blue) = 209+143+82=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D18F52 is #2E70AD. Grayscale: #9C9C9C. Windows color (decimal): -3043502 or 5410769. OLE color: 5410769.

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

Color convert

RGB 209 143 82 -
CMYK 0 0.32 0.61 0.18
HSL 28.82º 0.58% 0.57% -
HSV(B) 28.82º 0.61% 0.82% -
XYZ 37.64 33.81 12.52 -
YUV 155.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 209 143 82 0 0.32 0.61 0.18 28.82 0.58 0.57
Hex D1 8F 52 0 20 3D 12 1D 3A 39
Octal 321 217 122 0 40 75 22 35 72 71
Binary 11010001 10001111 1010010 0 100000 111101 10010 11101 111010 111001

Color Harmonies of #D18F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18F52

Black with #D18F52

Text Example


Text Example

White with #D18F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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