Html Css Color HEX #DB996A Whiskey

📋 copy color: '#DB996A'

red 219 ◦ green 153 ◦ blue 106

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

Shades of Whiskey #DB996A

Tints of Whiskey #DB996A

RGB

 RED value IS 219 (85.94% from 255) = 45.82%

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

 BLUE value IS 106 (41.8% from 255) = 22.18%

R = 45.82%
G = 32.01%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB996A (or 0xDB996A) is known color: Whiskey. HEX triplet: DB, 99 and 6A. RGB value is (219,153,106). Sum of RGB (Red+Green+Blue) = 219+153+106=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB996A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB996A is #246695. Grayscale: #A7A7A7. Windows color (decimal): -2385558 or 6986203. OLE color: 6986203.

HSL color Cylindrical-coordinate representation of color #DB996A: hue angle of 24.96º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB996A is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 153 106 -
CMYK 0 0.30 0.52 0.14
HSL 24.96º 0.61% 0.64% -
HSV(B) 24.96º 0.52% 0.86% -
XYZ 43.21 38.88 18.86 -
YUV 167.38 93.37 164.82 -
System Red Green Blue C M Y K H S L
Decimal 219 153 106 0 0.30 0.52 0.14 24.96 0.61 0.64
Hex DB 99 6A 0 1E 34 E 19 3D 40
Octal 333 231 152 0 36 64 16 31 75 100
Binary 11011011 10011001 1101010 0 11110 110100 1110 11001 111101 1000000

Color Harmonies of #DB996A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB996A

Black with #DB996A

Text Example


Text Example

White with #DB996A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB996A; }

 p { color: rgb(219,153,106); }

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

background-color css

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

 a { background-color: rgb(219,153,106); }

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

border-color css

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

 span { border-color: rgb(219,153,106); }

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