Html Css Color HEX #D19953 Whiskey Sour

📋 copy color: '#D19953'

red 209 ◦ green 153 ◦ blue 83

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

Shades of Whiskey Sour #D19953

Tints of Whiskey Sour #D19953

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.38%

 BLUE value IS 83 (32.81% from 255) = 18.65%

R = 46.97%
G = 34.38%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D19953 (or 0xD19953) is known color: Whiskey Sour. HEX triplet: D1, 99 and 53. RGB value is (209,153,83). Sum of RGB (Red+Green+Blue) = 209+153+83=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D19953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19953 is #2E66AC. Grayscale: #A2A2A2. Windows color (decimal): -3040941 or 5478865. OLE color: 5478865.

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

Color convert

RGB 209 153 83 -
CMYK 0 0.27 0.60 0.18
HSL 33.33º 0.58% 0.57% -
HSV(B) 33.33º 0.6% 0.82% -
XYZ 39.25 36.96 13.25 -
YUV 161.76 83.55 161.69 -
System Red Green Blue C M Y K H S L
Decimal 209 153 83 0 0.27 0.60 0.18 33.33 0.58 0.57
Hex D1 99 53 0 1B 3C 12 21 3A 39
Octal 321 231 123 0 33 74 22 41 72 71
Binary 11010001 10011001 1010011 0 11011 111100 10010 100001 111010 111001

Color Harmonies of #D19953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19953

Black with #D19953

Text Example


Text Example

White with #D19953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19953; }

 p { color: rgb(209,153,83); }

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

background-color css

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

 a { background-color: rgb(209,153,83); }

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

border-color css

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

 span { border-color: rgb(209,153,83); }

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