Html Css Color HEX #DB9667 Whiskey

📋 copy color: '#DB9667'

red 219 ◦ green 150 ◦ blue 103

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

Shades of Whiskey #DB9667

Tints of Whiskey #DB9667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.82%

R = 46.4%
G = 31.78%
B = 21.82%

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

#DB9667 (or 0xDB9667) is known color: Whiskey. HEX triplet: DB, 96 and 67. RGB value is (219,150,103). Sum of RGB (Red+Green+Blue) = 219+150+103=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9667 is #246998. Grayscale: #A5A5A5. Windows color (decimal): -2386329 or 6788827. OLE color: 6788827.

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

Color convert

RGB 219 150 103 -
CMYK 0 0.32 0.53 0.14
HSL 24.31º 0.62% 0.63% -
HSV(B) 24.31º 0.53% 0.86% -
XYZ 42.57 37.85 17.89 -
YUV 165.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 219 150 103 0 0.32 0.53 0.14 24.31 0.62 0.63
Hex DB 96 67 0 20 35 E 18 3E 3F
Octal 333 226 147 0 40 65 16 30 76 77
Binary 11011011 10010110 1100111 0 100000 110101 1110 11000 111110 111111

Color Harmonies of #DB9667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9667

Black with #DB9667

Text Example


Text Example

White with #DB9667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9667; }

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

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

background-color css

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

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

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

border-color css

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

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

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