Html Css Color HEX #DB9265 Whiskey

📋 copy color: '#DB9265'

red 219 ◦ green 146 ◦ blue 101

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

Shades of Whiskey #DB9265

Tints of Whiskey #DB9265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.67%

R = 47%
G = 31.33%
B = 21.67%

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

#DB9265 (or 0xDB9265) is known color: Whiskey. HEX triplet: DB, 92 and 65. RGB value is (219,146,101). Sum of RGB (Red+Green+Blue) = 219+146+101=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9265 is #246D9A. Grayscale: #A2A2A2. Windows color (decimal): -2387355 or 6656731. OLE color: 6656731.

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

Color convert

RGB 219 146 101 -
CMYK 0 0.33 0.54 0.14
HSL 22.88º 0.62% 0.63% -
HSV(B) 22.88º 0.54% 0.86% -
XYZ 41.84 36.56 17.16 -
YUV 162.7 93.18 168.16 -
System Red Green Blue C M Y K H S L
Decimal 219 146 101 0 0.33 0.54 0.14 22.88 0.62 0.63
Hex DB 92 65 0 21 36 E 17 3E 3F
Octal 333 222 145 0 41 66 16 27 76 77
Binary 11011011 10010010 1100101 0 100001 110110 1110 10111 111110 111111

Color Harmonies of #DB9265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9265

Black with #DB9265

Text Example


Text Example

White with #DB9265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9265; }

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

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

background-color css

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

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

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

border-color css

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

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

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