Html Css Color HEX #D3996B Whiskey

📋 copy color: '#D3996B'

red 211 ◦ green 153 ◦ blue 107

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

Shades of Whiskey #D3996B

Tints of Whiskey #D3996B

RGB

 RED value IS 211 (82.81% from 255) = 44.8%

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

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

R = 44.8%
G = 32.48%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3996B (or 0xD3996B) is known color: Whiskey. HEX triplet: D3, 99 and 6B. RGB value is (211,153,107). Sum of RGB (Red+Green+Blue) = 211+153+107=471 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.80% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 107 (42.19% from 255 or 22.72% from 471); Max value from RGB is 211 - color contains mainly: red. Hex color #D3996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3996B is #2C6694. Grayscale: #A5A5A5. Windows color (decimal): -2909845 or 7051731. OLE color: 7051731.

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

Color convert

RGB 211 153 107 -
CMYK 0 0.27 0.49 0.17
HSL 26.54º 0.54% 0.62% -
HSV(B) 26.54º 0.49% 0.83% -
XYZ 40.91 37.69 19.03 -
YUV 165.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 211 153 107 0 0.27 0.49 0.17 26.54 0.54 0.62
Hex D3 99 6B 0 1B 31 11 1B 36 3E
Octal 323 231 153 0 33 61 21 33 66 76
Binary 11010011 10011001 1101011 0 11011 110001 10001 11011 110110 111110

Color Harmonies of #D3996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3996B

Black with #D3996B

Text Example


Text Example

White with #D3996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3996B; }

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

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

background-color css

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

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

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

border-color css

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

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

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