Html Css Color HEX #DB9A6C Whiskey

📋 copy color: '#DB9A6C'

red 219 ◦ green 154 ◦ blue 108

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

Shades of Whiskey #DB9A6C

Tints of Whiskey #DB9A6C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.02%

 BLUE value IS 108 (42.58% from 255) = 22.45%

R = 45.53%
G = 32.02%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB9A6C (or 0xDB9A6C) is known color: Whiskey. HEX triplet: DB, 9A and 6C. RGB value is (219,154,108). Sum of RGB (Red+Green+Blue) = 219+154+108=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A6C is #246593. Grayscale: #A8A8A8. Windows color (decimal): -2385300 or 7117531. OLE color: 7117531.

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

Color convert

RGB 219 154 108 -
CMYK 0 0.30 0.51 0.14
HSL 24.86º 0.61% 0.64% -
HSV(B) 24.86º 0.51% 0.86% -
XYZ 43.48 39.25 19.47 -
YUV 168.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 219 154 108 0 0.30 0.51 0.14 24.86 0.61 0.64
Hex DB 9A 6C 0 1E 33 E 19 3D 40
Octal 333 232 154 0 36 63 16 31 75 100
Binary 11011011 10011010 1101100 0 11110 110011 1110 11001 111101 1000000

Color Harmonies of #DB9A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9A6C

Black with #DB9A6C

Text Example


Text Example

White with #DB9A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9A6C; }

 p { color: rgb(219,154,108); }

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

background-color css

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

 a { background-color: rgb(219,154,108); }

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

border-color css

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

 span { border-color: rgb(219,154,108); }

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