Html Css Color HEX #DB976C Whiskey

📋 copy color: '#DB976C'

red 219 ◦ green 151 ◦ blue 108

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

Shades of Whiskey #DB976C

Tints of Whiskey #DB976C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.59%

 BLUE value IS 108 (42.58% from 255) = 22.59%

R = 45.82%
G = 31.59%
B = 22.59%

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

#DB976C (or 0xDB976C) is known color: Whiskey. HEX triplet: DB, 97 and 6C. RGB value is (219,151,108). Sum of RGB (Red+Green+Blue) = 219+151+108=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB976C is #246893. Grayscale: #A6A6A6. Windows color (decimal): -2386068 or 7116763. OLE color: 7116763.

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

Color convert

RGB 219 151 108 -
CMYK 0 0.31 0.51 0.14
HSL 23.24º 0.61% 0.64% -
HSV(B) 23.24º 0.51% 0.86% -
XYZ 42.99 38.28 19.31 -
YUV 166.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 219 151 108 0 0.31 0.51 0.14 23.24 0.61 0.64
Hex DB 97 6C 0 1F 33 E 17 3D 40
Octal 333 227 154 0 37 63 16 27 75 100
Binary 11011011 10010111 1101100 0 11111 110011 1110 10111 111101 1000000

Color Harmonies of #DB976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB976C

Black with #DB976C

Text Example


Text Example

White with #DB976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB976C; }

 p { color: rgb(219,151,108); }

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

background-color css

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

 a { background-color: rgb(219,151,108); }

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

border-color css

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

 span { border-color: rgb(219,151,108); }

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