Html Css Color HEX #D19A6D Whiskey

📋 copy color: '#D19A6D'

red 209 ◦ green 154 ◦ blue 109

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

Shades of Whiskey #D19A6D

Tints of Whiskey #D19A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.09%

R = 44.28%
G = 32.63%
B = 23.09%

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

#D19A6D (or 0xD19A6D) is known color: Whiskey. HEX triplet: D1, 9A and 6D. RGB value is (209,154,109). Sum of RGB (Red+Green+Blue) = 209+154+109=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D19A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D19A6D is #2E6592. Grayscale: #A5A5A5. Windows color (decimal): -3040659 or 7183057. OLE color: 7183057.

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

Color convert

RGB 209 154 109 -
CMYK 0 0.26 0.48 0.18
HSL 27º 0.52% 0.62% -
HSV(B) 27º 0.48% 0.82% -
XYZ 40.61 37.77 19.62 -
YUV 165.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 209 154 109 0 0.26 0.48 0.18 27 0.52 0.62
Hex D1 9A 6D 0 1A 30 12 1B 34 3E
Octal 321 232 155 0 32 60 22 33 64 76
Binary 11010001 10011010 1101101 0 11010 110000 10010 11011 110100 111110

Color Harmonies of #D19A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D19A6D

Black with #D19A6D

Text Example


Text Example

White with #D19A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D19A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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