Html Css Color HEX #DB9264 Whiskey

📋 copy color: '#DB9264'

red 219 ◦ green 146 ◦ blue 100

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

Shades of Whiskey #DB9264

Tints of Whiskey #DB9264

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.4%

 BLUE value IS 100 (39.45% from 255) = 21.51%

R = 47.1%
G = 31.4%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB9264 (or 0xDB9264) is known color: Whiskey. HEX triplet: DB, 92 and 64. RGB value is (219,146,100). Sum of RGB (Red+Green+Blue) = 219+146+100=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9264 is #246D9B. Grayscale: #A2A2A2. Windows color (decimal): -2387356 or 6591195. OLE color: 6591195.

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

Color convert

RGB 219 146 100 -
CMYK 0 0.33 0.54 0.14
HSL 23.19º 0.62% 0.63% -
HSV(B) 23.19º 0.54% 0.86% -
XYZ 41.79 36.54 16.91 -
YUV 162.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 219 146 100 0 0.33 0.54 0.14 23.19 0.62 0.63
Hex DB 92 64 0 21 36 E 17 3E 3F
Octal 333 222 144 0 41 66 16 27 76 77
Binary 11011011 10010010 1100100 0 100001 110110 1110 10111 111110 111111

Color Harmonies of #DB9264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9264

Black with #DB9264

Text Example


Text Example

White with #DB9264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9264; }

 p { color: rgb(219,146,100); }

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

background-color css

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

 a { background-color: rgb(219,146,100); }

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

border-color css

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

 span { border-color: rgb(219,146,100); }

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