Html Css Color HEX #D19255 Whiskey Sour

📋 copy color: '#D19255'

red 209 ◦ green 146 ◦ blue 85

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

Shades of Whiskey Sour #D19255

Tints of Whiskey Sour #D19255

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.18%

 BLUE value IS 85 (33.59% from 255) = 19.32%

R = 47.5%
G = 33.18%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D19255 (or 0xD19255) is known color: Whiskey Sour. HEX triplet: D1, 92 and 55. RGB value is (209,146,85). Sum of RGB (Red+Green+Blue) = 209+146+85=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D19255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19255 is #2E6DAA. Grayscale: #9E9E9E. Windows color (decimal): -3042731 or 5608145. OLE color: 5608145.

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

Color convert

RGB 209 146 85 -
CMYK 0 0.30 0.59 0.18
HSL 29.52º 0.57% 0.58% -
HSV(B) 29.52º 0.59% 0.82% -
XYZ 38.21 34.77 13.29 -
YUV 157.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 209 146 85 0 0.30 0.59 0.18 29.52 0.57 0.58
Hex D1 92 55 0 1E 3B 12 1E 39 3A
Octal 321 222 125 0 36 73 22 36 71 72
Binary 11010001 10010010 1010101 0 11110 111011 10010 11110 111001 111010

Color Harmonies of #D19255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19255

Black with #D19255

Text Example


Text Example

White with #D19255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19255; }

 p { color: rgb(209,146,85); }

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

background-color css

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

 a { background-color: rgb(209,146,85); }

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

border-color css

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

 span { border-color: rgb(209,146,85); }

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