Html Css Color HEX #DB9352 Whiskey Sour

📋 copy color: '#DB9352'

red 219 ◦ green 147 ◦ blue 82

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

Shades of Whiskey Sour #DB9352

Tints of Whiskey Sour #DB9352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.3%

R = 48.88%
G = 32.81%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB9352 (or 0xDB9352) is known color: Whiskey Sour. HEX triplet: DB, 93 and 52. RGB value is (219,147,82). Sum of RGB (Red+Green+Blue) = 219+147+82=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9352 is #246CAD. Grayscale: #A1A1A1. Windows color (decimal): -2387118 or 5411803. OLE color: 5411803.

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

Color convert

RGB 219 147 82 -
CMYK 0 0.33 0.63 0.14
HSL 28.47º 0.66% 0.59% -
HSV(B) 28.47º 0.63% 0.86% -
XYZ 41.17 36.54 12.87 -
YUV 161.12 83.35 169.29 -
System Red Green Blue C M Y K H S L
Decimal 219 147 82 0 0.33 0.63 0.14 28.47 0.66 0.59
Hex DB 93 52 0 21 3F E 1C 42 3B
Octal 333 223 122 0 41 77 16 34 102 73
Binary 11011011 10010011 1010010 0 100001 111111 1110 11100 1000010 111011

Color Harmonies of #DB9352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9352

Black with #DB9352

Text Example


Text Example

White with #DB9352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9352; }

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

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

background-color css

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

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

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

border-color css

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

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

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