Html Css Color HEX #DB9B6B Whiskey

📋 copy color: '#DB9B6B'

red 219 ◦ green 155 ◦ blue 107

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

Shades of Whiskey #DB9B6B

Tints of Whiskey #DB9B6B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.22%

 BLUE value IS 107 (42.19% from 255) = 22.25%

R = 45.53%
G = 32.22%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB9B6B (or 0xDB9B6B) is known color: Whiskey. HEX triplet: DB, 9B and 6B. RGB value is (219,155,107). Sum of RGB (Red+Green+Blue) = 219+155+107=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9B6B is #246494. Grayscale: #A8A8A8. Windows color (decimal): -2385045 or 7052251. OLE color: 7052251.

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

Color convert

RGB 219 155 107 -
CMYK 0 0.29 0.51 0.14
HSL 25.71º 0.61% 0.64% -
HSV(B) 25.71º 0.51% 0.86% -
XYZ 43.59 39.56 19.25 -
YUV 168.66 93.2 163.9 -
System Red Green Blue C M Y K H S L
Decimal 219 155 107 0 0.29 0.51 0.14 25.71 0.61 0.64
Hex DB 9B 6B 0 1D 33 E 1A 3D 40
Octal 333 233 153 0 35 63 16 32 75 100
Binary 11011011 10011011 1101011 0 11101 110011 1110 11010 111101 1000000

Color Harmonies of #DB9B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9B6B

Black with #DB9B6B

Text Example


Text Example

White with #DB9B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9B6B; }

 p { color: rgb(219,155,107); }

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

background-color css

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

 a { background-color: rgb(219,155,107); }

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

border-color css

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

 span { border-color: rgb(219,155,107); }

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