Html Css Color HEX #DB986B Whiskey

📋 copy color: '#DB986B'

red 219 ◦ green 152 ◦ blue 107

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

Shades of Whiskey #DB986B

Tints of Whiskey #DB986B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.8%

 BLUE value IS 107 (42.19% from 255) = 22.38%

R = 45.82%
G = 31.8%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB986B (or 0xDB986B) is known color: Whiskey. HEX triplet: DB, 98 and 6B. RGB value is (219,152,107). Sum of RGB (Red+Green+Blue) = 219+152+107=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB986B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB986B is #246794. Grayscale: #A7A7A7. Windows color (decimal): -2385813 or 7051483. OLE color: 7051483.

HSL color Cylindrical-coordinate representation of color #DB986B: hue angle of 24.11º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB986B is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 152 107 -
CMYK 0 0.31 0.51 0.14
HSL 24.11º 0.61% 0.64% -
HSV(B) 24.11º 0.51% 0.86% -
XYZ 43.1 38.58 19.08 -
YUV 166.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 219 152 107 0 0.31 0.51 0.14 24.11 0.61 0.64
Hex DB 98 6B 0 1F 33 E 18 3D 40
Octal 333 230 153 0 37 63 16 30 75 100
Binary 11011011 10011000 1101011 0 11111 110011 1110 11000 111101 1000000

Color Harmonies of #DB986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB986B

Black with #DB986B

Text Example


Text Example

White with #DB986B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB986B; }

 p { color: rgb(219,152,107); }

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

background-color css

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

 a { background-color: rgb(219,152,107); }

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

border-color css

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

 span { border-color: rgb(219,152,107); }

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