Html Css Color HEX #DA966C Whiskey

📋 copy color: '#DA966C'

red 218 ◦ green 150 ◦ blue 108

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

Shades of Whiskey #DA966C

Tints of Whiskey #DA966C

RGB

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

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

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

R = 45.8%
G = 31.51%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA966C (or 0xDA966C) is known color: Whiskey. HEX triplet: DA, 96 and 6C. RGB value is (218,150,108). Sum of RGB (Red+Green+Blue) = 218+150+108=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA966C is #256993. Grayscale: #A5A5A5. Windows color (decimal): -2451860 or 7116506. OLE color: 7116506.

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

Color convert

RGB 218 150 108 -
CMYK 0 0.31 0.50 0.15
HSL 22.91º 0.6% 0.64% -
HSV(B) 22.91º 0.5% 0.85% -
XYZ 42.53 37.8 19.24 -
YUV 165.54 95.53 165.42 -
System Red Green Blue C M Y K H S L
Decimal 218 150 108 0 0.31 0.50 0.15 22.91 0.6 0.64
Hex DA 96 6C 0 1F 32 F 17 3C 40
Octal 332 226 154 0 37 62 17 27 74 100
Binary 11011010 10010110 1101100 0 11111 110010 1111 10111 111100 1000000

Color Harmonies of #DA966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA966C

Black with #DA966C

Text Example


Text Example

White with #DA966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA966C; }

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

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

background-color css

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

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

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

border-color css

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

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

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