Html Css Color HEX #DA966A Whiskey

📋 copy color: '#DA966A'

red 218 ◦ green 150 ◦ blue 106

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

Shades of Whiskey #DA966A

Tints of Whiskey #DA966A

RGB

 RED value IS 218 (85.55% from 255) = 45.99%

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

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

R = 45.99%
G = 31.65%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA966A (or 0xDA966A) is known color: Whiskey. HEX triplet: DA, 96 and 6A. RGB value is (218,150,106). Sum of RGB (Red+Green+Blue) = 218+150+106=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA966A is #256995. Grayscale: #A5A5A5. Windows color (decimal): -2451862 or 6985434. OLE color: 6985434.

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

Color convert

RGB 218 150 106 -
CMYK 0 0.31 0.51 0.15
HSL 23.57º 0.6% 0.64% -
HSV(B) 23.57º 0.51% 0.85% -
XYZ 42.42 37.76 18.69 -
YUV 165.32 94.53 165.58 -
System Red Green Blue C M Y K H S L
Decimal 218 150 106 0 0.31 0.51 0.15 23.57 0.6 0.64
Hex DA 96 6A 0 1F 33 F 18 3C 40
Octal 332 226 152 0 37 63 17 30 74 100
Binary 11011010 10010110 1101010 0 11111 110011 1111 11000 111100 1000000

Color Harmonies of #DA966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA966A

Black with #DA966A

Text Example


Text Example

White with #DA966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA966A; }

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

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

background-color css

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

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

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

border-color css

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

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

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