Html Css Color HEX #DB966B Whiskey

📋 copy color: '#DB966B'

red 219 ◦ green 150 ◦ blue 107

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

Shades of Whiskey #DB966B

Tints of Whiskey #DB966B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.51%

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

R = 46.01%
G = 31.51%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB966B (or 0xDB966B) is known color: Whiskey. HEX triplet: DB, 96 and 6B. RGB value is (219,150,107). Sum of RGB (Red+Green+Blue) = 219+150+107=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB966B is #246994. Grayscale: #A5A5A5. Windows color (decimal): -2386325 or 7050971. OLE color: 7050971.

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

Color convert

RGB 219 150 107 -
CMYK 0 0.32 0.51 0.14
HSL 23.04º 0.61% 0.64% -
HSV(B) 23.04º 0.51% 0.86% -
XYZ 42.77 37.93 18.98 -
YUV 165.73 94.86 166 -
System Red Green Blue C M Y K H S L
Decimal 219 150 107 0 0.32 0.51 0.14 23.04 0.61 0.64
Hex DB 96 6B 0 20 33 E 17 3D 40
Octal 333 226 153 0 40 63 16 27 75 100
Binary 11011011 10010110 1101011 0 100000 110011 1110 10111 111101 1000000

Color Harmonies of #DB966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB966B

Black with #DB966B

Text Example


Text Example

White with #DB966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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