Html Css Color HEX #DB9362 Whiskey Sour

📋 copy color: '#DB9362'

red 219 ◦ green 147 ◦ blue 98

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

Shades of Whiskey Sour #DB9362

Tints of Whiskey Sour #DB9362

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.68%

 BLUE value IS 98 (38.67% from 255) = 21.12%

R = 47.2%
G = 31.68%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB9362 (or 0xDB9362) is known color: Whiskey Sour. HEX triplet: DB, 93 and 62. RGB value is (219,147,98). Sum of RGB (Red+Green+Blue) = 219+147+98=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 98 (38.67% from 255 or 21.12% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9362 is #246C9D. Grayscale: #A3A3A3. Windows color (decimal): -2387102 or 6460379. OLE color: 6460379.

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

Color convert

RGB 219 147 98 -
CMYK 0 0.33 0.55 0.14
HSL 24.3º 0.63% 0.62% -
HSV(B) 24.3º 0.55% 0.86% -
XYZ 41.85 36.81 16.45 -
YUV 162.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 219 147 98 0 0.33 0.55 0.14 24.3 0.63 0.62
Hex DB 93 62 0 21 37 E 18 3F 3E
Octal 333 223 142 0 41 67 16 30 77 76
Binary 11011011 10010011 1100010 0 100001 110111 1110 11000 111111 111110

Color Harmonies of #DB9362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9362

Black with #DB9362

Text Example


Text Example

White with #DB9362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9362; }

 p { color: rgb(219,147,98); }

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

background-color css

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

 a { background-color: rgb(219,147,98); }

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

border-color css

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

 span { border-color: rgb(219,147,98); }

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