Html Css Color HEX #DB966A Whiskey

📋 copy color: '#DB966A'

red 219 ◦ green 150 ◦ blue 106

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

Shades of Whiskey #DB966A

Tints of Whiskey #DB966A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.32%

R = 46.11%
G = 31.58%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB966A (or 0xDB966A) is known color: Whiskey. HEX triplet: DB, 96 and 6A. RGB value is (219,150,106). Sum of RGB (Red+Green+Blue) = 219+150+106=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB966A is #246995. Grayscale: #A5A5A5. Windows color (decimal): -2386326 or 6985435. OLE color: 6985435.

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

Color convert

RGB 219 150 106 -
CMYK 0 0.32 0.52 0.14
HSL 23.36º 0.61% 0.64% -
HSV(B) 23.36º 0.52% 0.86% -
XYZ 42.72 37.91 18.7 -
YUV 165.62 94.36 166.08 -
System Red Green Blue C M Y K H S L
Decimal 219 150 106 0 0.32 0.52 0.14 23.36 0.61 0.64
Hex DB 96 6A 0 20 34 E 17 3D 40
Octal 333 226 152 0 40 64 16 27 75 100
Binary 11011011 10010110 1101010 0 100000 110100 1110 10111 111101 1000000

Color Harmonies of #DB966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB966A

Black with #DB966A

Text Example


Text Example

White with #DB966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB966A; }

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

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

background-color css

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

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

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

border-color css

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

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

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