Html Css Color HEX #D5996B Whiskey

📋 copy color: '#D5996B'

red 213 ◦ green 153 ◦ blue 107

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

Shades of Whiskey #D5996B

Tints of Whiskey #D5996B

RGB

 RED value IS 213 (83.59% from 255) = 45.03%

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

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

R = 45.03%
G = 32.35%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5996B (or 0xD5996B) is known color: Whiskey. HEX triplet: D5, 99 and 6B. RGB value is (213,153,107). Sum of RGB (Red+Green+Blue) = 213+153+107=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 107 (42.19% from 255 or 22.62% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5996B is #2A6694. Grayscale: #A5A5A5. Windows color (decimal): -2778773 or 7051733. OLE color: 7051733.

HSL color Cylindrical-coordinate representation of color #D5996B: hue angle of 26.04º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5996B is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 153 107 -
CMYK 0 0.28 0.50 0.16
HSL 26.04º 0.56% 0.63% -
HSV(B) 26.04º 0.5% 0.84% -
XYZ 41.49 37.99 19.06 -
YUV 165.7 94.88 161.74 -
System Red Green Blue C M Y K H S L
Decimal 213 153 107 0 0.28 0.50 0.16 26.04 0.56 0.63
Hex D5 99 6B 0 1C 32 10 1A 38 3F
Octal 325 231 153 0 34 62 20 32 70 77
Binary 11010101 10011001 1101011 0 11100 110010 10000 11010 111000 111111

Color Harmonies of #D5996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5996B

Black with #D5996B

Text Example


Text Example

White with #D5996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5996B; }

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

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

background-color css

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

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

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

border-color css

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

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

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