Html Css Color HEX #D19360 Whiskey Sour

📋 copy color: '#D19360'

red 209 ◦ green 147 ◦ blue 96

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

Shades of Whiskey Sour #D19360

Tints of Whiskey Sour #D19360

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.52%

 BLUE value IS 96 (37.89% from 255) = 21.24%

R = 46.24%
G = 32.52%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D19360 (or 0xD19360) is known color: Whiskey Sour. HEX triplet: D1, 93 and 60. RGB value is (209,147,96). Sum of RGB (Red+Green+Blue) = 209+147+96=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D19360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19360 is #2E6C9F. Grayscale: #9F9F9F. Windows color (decimal): -3042464 or 6329297. OLE color: 6329297.

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

Color convert

RGB 209 147 96 -
CMYK 0 0.30 0.54 0.18
HSL 27.08º 0.55% 0.6% -
HSV(B) 27.08º 0.54% 0.82% -
XYZ 38.84 35.27 15.83 -
YUV 159.72 92.04 163.15 -
System Red Green Blue C M Y K H S L
Decimal 209 147 96 0 0.30 0.54 0.18 27.08 0.55 0.6
Hex D1 93 60 0 1E 36 12 1B 37 3C
Octal 321 223 140 0 36 66 22 33 67 74
Binary 11010001 10010011 1100000 0 11110 110110 10010 11011 110111 111100

Color Harmonies of #D19360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19360

Black with #D19360

Text Example


Text Example

White with #D19360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19360; }

 p { color: rgb(209,147,96); }

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

background-color css

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

 a { background-color: rgb(209,147,96); }

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

border-color css

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

 span { border-color: rgb(209,147,96); }

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