Html Css Color HEX #DB9262 Whiskey

📋 copy color: '#DB9262'

red 219 ◦ green 146 ◦ blue 98

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

Shades of Whiskey #DB9262

Tints of Whiskey #DB9262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.17%

R = 47.3%
G = 31.53%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB9262 (or 0xDB9262) is known color: Whiskey. HEX triplet: DB, 92 and 62. RGB value is (219,146,98). Sum of RGB (Red+Green+Blue) = 219+146+98=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9262 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9262 is #246D9D. Grayscale: #A2A2A2. Windows color (decimal): -2387358 or 6460123. OLE color: 6460123.

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

Color convert

RGB 219 146 98 -
CMYK 0 0.33 0.55 0.14
HSL 23.8º 0.63% 0.62% -
HSV(B) 23.8º 0.55% 0.86% -
XYZ 41.7 36.5 16.4 -
YUV 162.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 219 146 98 0 0.33 0.55 0.14 23.8 0.63 0.62
Hex DB 92 62 0 21 37 E 18 3F 3E
Octal 333 222 142 0 41 67 16 30 77 76
Binary 11011011 10010010 1100010 0 100001 110111 1110 11000 111111 111110

Color Harmonies of #DB9262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9262

Black with #DB9262

Text Example


Text Example

White with #DB9262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9262; }

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

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

background-color css

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

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

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

border-color css

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

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

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