Html Css Color HEX #DB8D5C Whiskey Sour

📋 copy color: '#DB8D5C'

red 219 ◦ green 141 ◦ blue 92

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

Shades of Whiskey Sour #DB8D5C

Tints of Whiskey Sour #DB8D5C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.19%

 BLUE value IS 92 (36.33% from 255) = 20.35%

R = 48.45%
G = 31.19%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB8D5C (or 0xDB8D5C) is known color: Whiskey Sour. HEX triplet: DB, 8D and 5C. RGB value is (219,141,92). Sum of RGB (Red+Green+Blue) = 219+141+92=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8D5C is #2472A3. Grayscale: #9F9F9F. Windows color (decimal): -2388644 or 6065627. OLE color: 6065627.

HSL color Cylindrical-coordinate representation of color #DB8D5C: hue angle of 23.15º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB8D5C is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 141 92 -
CMYK 0 0.36 0.58 0.14
HSL 23.15º 0.64% 0.61% -
HSV(B) 23.15º 0.58% 0.86% -
XYZ 40.67 34.88 14.71 -
YUV 158.74 90.34 170.98 -
System Red Green Blue C M Y K H S L
Decimal 219 141 92 0 0.36 0.58 0.14 23.15 0.64 0.61
Hex DB 8D 5C 0 24 3A E 17 40 3D
Octal 333 215 134 0 44 72 16 27 100 75
Binary 11011011 10001101 1011100 0 100100 111010 1110 10111 1000000 111101

Color Harmonies of #DB8D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8D5C

Black with #DB8D5C

Text Example


Text Example

White with #DB8D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8D5C; }

 p { color: rgb(219,141,92); }

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

background-color css

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

 a { background-color: rgb(219,141,92); }

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

border-color css

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

 span { border-color: rgb(219,141,92); }

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