Html Css Color HEX #DB9967 Whiskey

📋 copy color: '#DB9967'

red 219 ◦ green 153 ◦ blue 103

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

Shades of Whiskey #DB9967

Tints of Whiskey #DB9967

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.21%

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

R = 46.11%
G = 32.21%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB9967 (or 0xDB9967) is known color: Whiskey. HEX triplet: DB, 99 and 67. RGB value is (219,153,103). Sum of RGB (Red+Green+Blue) = 219+153+103=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9967 is #246698. Grayscale: #A7A7A7. Windows color (decimal): -2385561 or 6789595. OLE color: 6789595.

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

Color convert

RGB 219 153 103 -
CMYK 0 0.30 0.53 0.14
HSL 25.86º 0.62% 0.63% -
HSV(B) 25.86º 0.53% 0.86% -
XYZ 43.05 38.82 18.06 -
YUV 167.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 219 153 103 0 0.30 0.53 0.14 25.86 0.62 0.63
Hex DB 99 67 0 1E 35 E 1A 3E 3F
Octal 333 231 147 0 36 65 16 32 76 77
Binary 11011011 10011001 1100111 0 11110 110101 1110 11010 111110 111111

Color Harmonies of #DB9967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9967

Black with #DB9967

Text Example


Text Example

White with #DB9967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9967; }

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

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

background-color css

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

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

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

border-color css

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

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

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