Html Css Color HEX #D3996D Whiskey

📋 copy color: '#D3996D'

red 211 ◦ green 153 ◦ blue 109

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

Shades of Whiskey #D3996D

Tints of Whiskey #D3996D

RGB

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

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

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

R = 44.61%
G = 32.35%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D3996D (or 0xD3996D) is known color: Whiskey. HEX triplet: D3, 99 and 6D. RGB value is (211,153,109). Sum of RGB (Red+Green+Blue) = 211+153+109=473 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.61% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 211 - color contains mainly: red. Hex color #D3996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3996D is #2C6692. Grayscale: #A5A5A5. Windows color (decimal): -2909843 or 7182803. OLE color: 7182803.

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

Color convert

RGB 211 153 109 -
CMYK 0 0.27 0.48 0.17
HSL 25.88º 0.54% 0.63% -
HSV(B) 25.88º 0.48% 0.83% -
XYZ 41.02 37.74 19.59 -
YUV 165.33 96.22 160.58 -
System Red Green Blue C M Y K H S L
Decimal 211 153 109 0 0.27 0.48 0.17 25.88 0.54 0.63
Hex D3 99 6D 0 1B 30 11 1A 36 3F
Octal 323 231 155 0 33 60 21 32 66 77
Binary 11010011 10011001 1101101 0 11011 110000 10001 11010 110110 111111

Color Harmonies of #D3996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3996D

Black with #D3996D

Text Example


Text Example

White with #D3996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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