Html Css Color HEX #DB9666 Whiskey

📋 copy color: '#DB9666'

red 219 ◦ green 150 ◦ blue 102

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

Shades of Whiskey #DB9666

Tints of Whiskey #DB9666

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.85%

 BLUE value IS 102 (40.23% from 255) = 21.66%

R = 46.5%
G = 31.85%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB9666 (or 0xDB9666) is known color: Whiskey. HEX triplet: DB, 96 and 66. RGB value is (219,150,102). Sum of RGB (Red+Green+Blue) = 219+150+102=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 150 (58.98% from 255 or 31.85% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9666 is #246999. Grayscale: #A5A5A5. Windows color (decimal): -2386330 or 6723291. OLE color: 6723291.

HSL color Cylindrical-coordinate representation of color #DB9666: hue angle of 24.62º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB9666 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 150 102 -
CMYK 0 0.32 0.53 0.14
HSL 24.62º 0.62% 0.63% -
HSV(B) 24.62º 0.53% 0.86% -
XYZ 42.52 37.83 17.63 -
YUV 165.16 92.36 166.4 -
System Red Green Blue C M Y K H S L
Decimal 219 150 102 0 0.32 0.53 0.14 24.62 0.62 0.63
Hex DB 96 66 0 20 35 E 19 3E 3F
Octal 333 226 146 0 40 65 16 31 76 77
Binary 11011011 10010110 1100110 0 100000 110101 1110 11001 111110 111111

Color Harmonies of #DB9666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9666

Black with #DB9666

Text Example


Text Example

White with #DB9666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9666; }

 p { color: rgb(219,150,102); }

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

background-color css

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

 a { background-color: rgb(219,150,102); }

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

border-color css

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

 span { border-color: rgb(219,150,102); }

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