Html Css Color HEX #DB9061 Whiskey Sour

📋 copy color: '#DB9061'

red 219 ◦ green 144 ◦ blue 97

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

Shades of Whiskey Sour #DB9061

Tints of Whiskey Sour #DB9061

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.3%

 BLUE value IS 97 (38.28% from 255) = 21.09%

R = 47.61%
G = 31.3%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB9061 (or 0xDB9061) is known color: Whiskey Sour. HEX triplet: DB, 90 and 61. RGB value is (219,144,97). Sum of RGB (Red+Green+Blue) = 219+144+97=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 97 (38.28% from 255 or 21.09% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9061 is #246F9E. Grayscale: #A1A1A1. Windows color (decimal): -2387871 or 6394075. OLE color: 6394075.

HSL color Cylindrical-coordinate representation of color #DB9061: hue angle of 23.11º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB9061 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 144 97 -
CMYK 0 0.34 0.56 0.14
HSL 23.11º 0.63% 0.62% -
HSV(B) 23.11º 0.56% 0.86% -
XYZ 41.34 35.87 16.05 -
YUV 161.07 91.85 169.32 -
System Red Green Blue C M Y K H S L
Decimal 219 144 97 0 0.34 0.56 0.14 23.11 0.63 0.62
Hex DB 90 61 0 22 38 E 17 3F 3E
Octal 333 220 141 0 42 70 16 27 77 76
Binary 11011011 10010000 1100001 0 100010 111000 1110 10111 111111 111110

Color Harmonies of #DB9061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9061

Black with #DB9061

Text Example


Text Example

White with #DB9061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9061; }

 p { color: rgb(219,144,97); }

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

background-color css

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

 a { background-color: rgb(219,144,97); }

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

border-color css

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

 span { border-color: rgb(219,144,97); }

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