Html Css Color HEX #D1996B Whiskey

📋 copy color: '#D1996B'

red 209 ◦ green 153 ◦ blue 107

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

Shades of Whiskey #D1996B

Tints of Whiskey #D1996B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.81%

R = 44.56%
G = 32.62%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D1996B (or 0xD1996B) is known color: Whiskey. HEX triplet: D1, 99 and 6B. RGB value is (209,153,107). Sum of RGB (Red+Green+Blue) = 209+153+107=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D1996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1996B is #2E6694. Grayscale: #A4A4A4. Windows color (decimal): -3040917 or 7051729. OLE color: 7051729.

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

Color convert

RGB 209 153 107 -
CMYK 0 0.27 0.49 0.18
HSL 27.06º 0.53% 0.62% -
HSV(B) 27.06º 0.49% 0.82% -
XYZ 40.34 37.4 19 -
YUV 164.5 95.55 159.74 -
System Red Green Blue C M Y K H S L
Decimal 209 153 107 0 0.27 0.49 0.18 27.06 0.53 0.62
Hex D1 99 6B 0 1B 31 12 1B 35 3E
Octal 321 231 153 0 33 61 22 33 65 76
Binary 11010001 10011001 1101011 0 11011 110001 10010 11011 110101 111110

Color Harmonies of #D1996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1996B

Black with #D1996B

Text Example


Text Example

White with #D1996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1996B; }

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

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

background-color css

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

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

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

border-color css

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

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

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