Html Css Color HEX #DB9669 Whiskey

📋 copy color: '#DB9669'

red 219 ◦ green 150 ◦ blue 105

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

Shades of Whiskey #DB9669

Tints of Whiskey #DB9669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.15%

R = 46.2%
G = 31.65%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB9669 (or 0xDB9669) is known color: Whiskey. HEX triplet: DB, 96 and 69. RGB value is (219,150,105). Sum of RGB (Red+Green+Blue) = 219+150+105=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9669 is #246996. Grayscale: #A5A5A5. Windows color (decimal): -2386327 or 6919899. OLE color: 6919899.

HSL color Cylindrical-coordinate representation of color #DB9669: hue angle of 23.68º 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 #DB9669 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 150 105 -
CMYK 0 0.32 0.52 0.14
HSL 23.68º 0.61% 0.64% -
HSV(B) 23.68º 0.52% 0.86% -
XYZ 42.67 37.89 18.43 -
YUV 165.5 93.86 166.16 -
System Red Green Blue C M Y K H S L
Decimal 219 150 105 0 0.32 0.52 0.14 23.68 0.61 0.64
Hex DB 96 69 0 20 34 E 18 3D 40
Octal 333 226 151 0 40 64 16 30 75 100
Binary 11011011 10010110 1101001 0 100000 110100 1110 11000 111101 1000000

Color Harmonies of #DB9669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9669

Black with #DB9669

Text Example


Text Example

White with #DB9669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9669; }

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

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

background-color css

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

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

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

border-color css

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

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

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