Html Css Color HEX #D1996C Whiskey

📋 copy color: '#D1996C'

red 209 ◦ green 153 ◦ blue 108

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

Shades of Whiskey #D1996C

Tints of Whiskey #D1996C

RGB

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

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

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

R = 44.47%
G = 32.55%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1996C (or 0xD1996C) is known color: Whiskey. HEX triplet: D1, 99 and 6C. RGB value is (209,153,108). Sum of RGB (Red+Green+Blue) = 209+153+108=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1996C is #2E6693. Grayscale: #A4A4A4. Windows color (decimal): -3040916 or 7117265. OLE color: 7117265.

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

Color convert

RGB 209 153 108 -
CMYK 0 0.27 0.48 0.18
HSL 26.73º 0.52% 0.62% -
HSV(B) 26.73º 0.48% 0.82% -
XYZ 40.39 37.42 19.28 -
YUV 164.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 209 153 108 0 0.27 0.48 0.18 26.73 0.52 0.62
Hex D1 99 6C 0 1B 30 12 1B 34 3E
Octal 321 231 154 0 33 60 22 33 64 76
Binary 11010001 10011001 1101100 0 11011 110000 10010 11011 110100 111110

Color Harmonies of #D1996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1996C

Black with #D1996C

Text Example


Text Example

White with #D1996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1996C; }

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

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

background-color css

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

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

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

border-color css

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

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

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