Html Css Color HEX #DB945C Whiskey Sour

📋 copy color: '#DB945C'

red 219 ◦ green 148 ◦ blue 92

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

Shades of Whiskey Sour #DB945C

Tints of Whiskey Sour #DB945C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.24%

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

R = 47.71%
G = 32.24%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB945C (or 0xDB945C) is known color: Whiskey Sour. HEX triplet: DB, 94 and 5C. RGB value is (219,148,92). Sum of RGB (Red+Green+Blue) = 219+148+92=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB945C is #246BA3. Grayscale: #A3A3A3. Windows color (decimal): -2386852 or 6067419. OLE color: 6067419.

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

Color convert

RGB 219 148 92 -
CMYK 0 0.32 0.58 0.14
HSL 26.46º 0.64% 0.61% -
HSV(B) 26.46º 0.58% 0.86% -
XYZ 41.74 37.01 15.07 -
YUV 162.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 219 148 92 0 0.32 0.58 0.14 26.46 0.64 0.61
Hex DB 94 5C 0 20 3A E 1A 40 3D
Octal 333 224 134 0 40 72 16 32 100 75
Binary 11011011 10010100 1011100 0 100000 111010 1110 11010 1000000 111101

Color Harmonies of #DB945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB945C

Black with #DB945C

Text Example


Text Example

White with #DB945C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB945C; }

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

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

background-color css

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

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

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

border-color css

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

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

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