Html Css Color HEX #D19C64 Whiskey Sour

📋 copy color: '#D19C64'

red 209 ◦ green 156 ◦ blue 100

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

Shades of Whiskey Sour #D19C64

Tints of Whiskey Sour #D19C64

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.55%

 BLUE value IS 100 (39.45% from 255) = 21.51%

R = 44.95%
G = 33.55%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D19C64 (or 0xD19C64) is known color: Whiskey Sour. HEX triplet: D1, 9C and 64. RGB value is (209,156,100). Sum of RGB (Red+Green+Blue) = 209+156+100=465 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.95% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 209 - color contains mainly: red. Hex color #D19C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19C64 is #2E639B. Grayscale: #A5A5A5. Windows color (decimal): -3040156 or 6593745. OLE color: 6593745.

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

Color convert

RGB 209 156 100 -
CMYK 0 0.25 0.52 0.18
HSL 30.83º 0.54% 0.61% -
HSV(B) 30.83º 0.52% 0.82% -
XYZ 40.48 38.25 17.31 -
YUV 165.46 91.06 159.05 -
System Red Green Blue C M Y K H S L
Decimal 209 156 100 0 0.25 0.52 0.18 30.83 0.54 0.61
Hex D1 9C 64 0 19 34 12 1F 36 3D
Octal 321 234 144 0 31 64 22 37 66 75
Binary 11010001 10011100 1100100 0 11001 110100 10010 11111 110110 111101

Color Harmonies of #D19C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19C64

Black with #D19C64

Text Example


Text Example

White with #D19C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19C64; }

 p { color: rgb(209,156,100); }

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

background-color css

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

 a { background-color: rgb(209,156,100); }

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

border-color css

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

 span { border-color: rgb(209,156,100); }

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