Html Css Color HEX #DB9665 Whiskey

📋 copy color: '#DB9665'

red 219 ◦ green 150 ◦ blue 101

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

Shades of Whiskey #DB9665

Tints of Whiskey #DB9665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.49%

R = 46.6%
G = 31.91%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB9665 (or 0xDB9665) is known color: Whiskey. HEX triplet: DB, 96 and 65. RGB value is (219,150,101). Sum of RGB (Red+Green+Blue) = 219+150+101=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9665 is #24699A. Grayscale: #A5A5A5. Windows color (decimal): -2386331 or 6657755. OLE color: 6657755.

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

Color convert

RGB 219 150 101 -
CMYK 0 0.32 0.54 0.14
HSL 24.92º 0.62% 0.63% -
HSV(B) 24.92º 0.54% 0.86% -
XYZ 42.47 37.81 17.37 -
YUV 165.05 91.86 166.48 -
System Red Green Blue C M Y K H S L
Decimal 219 150 101 0 0.32 0.54 0.14 24.92 0.62 0.63
Hex DB 96 65 0 20 36 E 19 3E 3F
Octal 333 226 145 0 40 66 16 31 76 77
Binary 11011011 10010110 1100101 0 100000 110110 1110 11001 111110 111111

Color Harmonies of #DB9665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9665

Black with #DB9665

Text Example


Text Example

White with #DB9665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9665; }

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

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

background-color css

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

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

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

border-color css

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

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

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