Html Css Color HEX #D19664 Whiskey

📋 copy color: '#D19664'

red 209 ◦ green 150 ◦ blue 100

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

Shades of Whiskey #D19664

Tints of Whiskey #D19664

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.68%

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

R = 45.53%
G = 32.68%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D19664 (or 0xD19664) is known color: Whiskey. HEX triplet: D1, 96 and 64. RGB value is (209,150,100). Sum of RGB (Red+Green+Blue) = 209+150+100=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D19664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19664 is #2E699B. Grayscale: #A2A2A2. Windows color (decimal): -3041692 or 6592209. OLE color: 6592209.

HSL color Cylindrical-coordinate representation of color #D19664: hue angle of 27.52º 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 #D19664 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 150 100 -
CMYK 0 0.28 0.52 0.18
HSL 27.52º 0.54% 0.61% -
HSV(B) 27.52º 0.52% 0.82% -
XYZ 39.5 36.29 16.98 -
YUV 161.94 93.05 161.57 -
System Red Green Blue C M Y K H S L
Decimal 209 150 100 0 0.28 0.52 0.18 27.52 0.54 0.61
Hex D1 96 64 0 1C 34 12 1C 36 3D
Octal 321 226 144 0 34 64 22 34 66 75
Binary 11010001 10010110 1100100 0 11100 110100 10010 11100 110110 111101

Color Harmonies of #D19664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19664

Black with #D19664

Text Example


Text Example

White with #D19664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19664; }

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

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

background-color css

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

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

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

border-color css

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

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

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