Html Css Color HEX #DB9569 Whiskey

📋 copy color: '#DB9569'

red 219 ◦ green 149 ◦ blue 105

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

Shades of Whiskey #DB9569

Tints of Whiskey #DB9569

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.5%

 BLUE value IS 105 (41.41% from 255) = 22.2%

R = 46.3%
G = 31.5%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB9569 (or 0xDB9569) is known color: Whiskey. HEX triplet: DB, 95 and 69. RGB value is (219,149,105). Sum of RGB (Red+Green+Blue) = 219+149+105=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9569 is #246A96. Grayscale: #A5A5A5. Windows color (decimal): -2386583 or 6919643. OLE color: 6919643.

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

Color convert

RGB 219 149 105 -
CMYK 0 0.32 0.52 0.14
HSL 23.16º 0.61% 0.64% -
HSV(B) 23.16º 0.52% 0.86% -
XYZ 42.51 37.57 18.38 -
YUV 164.91 94.19 166.58 -
System Red Green Blue C M Y K H S L
Decimal 219 149 105 0 0.32 0.52 0.14 23.16 0.61 0.64
Hex DB 95 69 0 20 34 E 17 3D 40
Octal 333 225 151 0 40 64 16 27 75 100
Binary 11011011 10010101 1101001 0 100000 110100 1110 10111 111101 1000000

Color Harmonies of #DB9569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9569

Black with #DB9569

Text Example


Text Example

White with #DB9569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9569; }

 p { color: rgb(219,149,105); }

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

background-color css

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

 a { background-color: rgb(219,149,105); }

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

border-color css

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

 span { border-color: rgb(219,149,105); }

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