Html Css Color HEX #DB9969 Whiskey

📋 copy color: '#DB9969'

red 219 ◦ green 153 ◦ blue 105

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

Shades of Whiskey #DB9969

Tints of Whiskey #DB9969

RGB

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

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

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

R = 45.91%
G = 32.08%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB9969 (or 0xDB9969) is known color: Whiskey. HEX triplet: DB, 99 and 69. RGB value is (219,153,105). Sum of RGB (Red+Green+Blue) = 219+153+105=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9969 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9969 is #246696. Grayscale: #A7A7A7. Windows color (decimal): -2385559 or 6920667. OLE color: 6920667.

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

Color convert

RGB 219 153 105 -
CMYK 0 0.30 0.52 0.14
HSL 25.26º 0.61% 0.64% -
HSV(B) 25.26º 0.52% 0.86% -
XYZ 43.15 38.86 18.59 -
YUV 167.26 92.87 164.9 -
System Red Green Blue C M Y K H S L
Decimal 219 153 105 0 0.30 0.52 0.14 25.26 0.61 0.64
Hex DB 99 69 0 1E 34 E 19 3D 40
Octal 333 231 151 0 36 64 16 31 75 100
Binary 11011011 10011001 1101001 0 11110 110100 1110 11001 111101 1000000

Color Harmonies of #DB9969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9969

Black with #DB9969

Text Example


Text Example

White with #DB9969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9969; }

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

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

background-color css

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

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

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

border-color css

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

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

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