Html Css Color HEX #D19A6C Whiskey

📋 copy color: '#D19A6C'

red 209 ◦ green 154 ◦ blue 108

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

Shades of Whiskey #D19A6C

Tints of Whiskey #D19A6C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.7%

 BLUE value IS 108 (42.58% from 255) = 22.93%

R = 44.37%
G = 32.7%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D19A6C (or 0xD19A6C) is known color: Whiskey. HEX triplet: D1, 9A and 6C. RGB value is (209,154,108). Sum of RGB (Red+Green+Blue) = 209+154+108=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19A6C is #2E6593. Grayscale: #A5A5A5. Windows color (decimal): -3040660 or 7117521. OLE color: 7117521.

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

Color convert

RGB 209 154 108 -
CMYK 0 0.26 0.48 0.18
HSL 27.33º 0.52% 0.62% -
HSV(B) 27.33º 0.48% 0.82% -
XYZ 40.56 37.75 19.34 -
YUV 165.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 209 154 108 0 0.26 0.48 0.18 27.33 0.52 0.62
Hex D1 9A 6C 0 1A 30 12 1B 34 3E
Octal 321 232 154 0 32 60 22 33 64 76
Binary 11010001 10011010 1101100 0 11010 110000 10010 11011 110100 111110

Color Harmonies of #D19A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19A6C

Black with #D19A6C

Text Example


Text Example

White with #D19A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19A6C; }

 p { color: rgb(209,154,108); }

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

background-color css

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

 a { background-color: rgb(209,154,108); }

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

border-color css

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

 span { border-color: rgb(209,154,108); }

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