Html Css Color HEX #DB945B Whiskey Sour

📋 copy color: '#DB945B'

red 219 ◦ green 148 ◦ blue 91

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

Shades of Whiskey Sour #DB945B

Tints of Whiskey Sour #DB945B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.87%

R = 47.82%
G = 32.31%
B = 19.87%

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

#DB945B (or 0xDB945B) is known color: Whiskey Sour. HEX triplet: DB, 94 and 5B. RGB value is (219,148,91). Sum of RGB (Red+Green+Blue) = 219+148+91=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB945B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB945B is #246BA4. Grayscale: #A3A3A3. Windows color (decimal): -2386853 or 6001883. OLE color: 6001883.

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

Color convert

RGB 219 148 91 -
CMYK 0 0.32 0.58 0.14
HSL 26.72º 0.64% 0.61% -
HSV(B) 26.72º 0.58% 0.86% -
XYZ 41.69 37 14.84 -
YUV 162.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 219 148 91 0 0.32 0.58 0.14 26.72 0.64 0.61
Hex DB 94 5B 0 20 3A E 1B 40 3D
Octal 333 224 133 0 40 72 16 33 100 75
Binary 11011011 10010100 1011011 0 100000 111010 1110 11011 1000000 111101

Color Harmonies of #DB945B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB945B

Black with #DB945B

Text Example


Text Example

White with #DB945B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB945B; }

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

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

background-color css

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

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

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

border-color css

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

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

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