Html Css Color HEX #DB8B52 Whiskey Sour

📋 copy color: '#DB8B52'

red 219 ◦ green 139 ◦ blue 82

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

Shades of Whiskey Sour #DB8B52

Tints of Whiskey Sour #DB8B52

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.59%

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

R = 49.77%
G = 31.59%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DB8B52 (or 0xDB8B52) is known color: Whiskey Sour. HEX triplet: DB, 8B and 52. RGB value is (219,139,82). Sum of RGB (Red+Green+Blue) = 219+139+82=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8B52 is #2474AD. Grayscale: #9C9C9C. Windows color (decimal): -2389166 or 5409755. OLE color: 5409755.

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

Color convert

RGB 219 139 82 -
CMYK 0 0.37 0.63 0.14
HSL 24.96º 0.66% 0.59% -
HSV(B) 24.96º 0.63% 0.86% -
XYZ 39.97 34.13 12.46 -
YUV 156.42 86 172.63 -
System Red Green Blue C M Y K H S L
Decimal 219 139 82 0 0.37 0.63 0.14 24.96 0.66 0.59
Hex DB 8B 52 0 25 3F E 19 42 3B
Octal 333 213 122 0 45 77 16 31 102 73
Binary 11011011 10001011 1010010 0 100101 111111 1110 11001 1000010 111011

Color Harmonies of #DB8B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8B52

Black with #DB8B52

Text Example


Text Example

White with #DB8B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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