Html Css Color HEX #DB9062 Whiskey

📋 copy color: '#DB9062'

red 219 ◦ green 144 ◦ blue 98

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

Shades of Whiskey #DB9062

Tints of Whiskey #DB9062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.24%

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

R = 47.51%
G = 31.24%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB9062 (or 0xDB9062) is known color: Whiskey. HEX triplet: DB, 90 and 62. RGB value is (219,144,98). Sum of RGB (Red+Green+Blue) = 219+144+98=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9062 is #246F9D. Grayscale: #A1A1A1. Windows color (decimal): -2387870 or 6459611. OLE color: 6459611.

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

Color convert

RGB 219 144 98 -
CMYK 0 0.34 0.55 0.14
HSL 22.81º 0.63% 0.62% -
HSV(B) 22.81º 0.55% 0.86% -
XYZ 41.39 35.89 16.3 -
YUV 161.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 219 144 98 0 0.34 0.55 0.14 22.81 0.63 0.62
Hex DB 90 62 0 22 37 E 17 3F 3E
Octal 333 220 142 0 42 67 16 27 77 76
Binary 11011011 10010000 1100010 0 100010 110111 1110 10111 111111 111110

Color Harmonies of #DB9062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9062

Black with #DB9062

Text Example


Text Example

White with #DB9062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9062; }

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

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

background-color css

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

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

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

border-color css

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

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

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