Html Css Color HEX #DA966B Whiskey

📋 copy color: '#DA966B'

red 218 ◦ green 150 ◦ blue 107

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

Shades of Whiskey #DA966B

Tints of Whiskey #DA966B

RGB

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

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

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

R = 45.89%
G = 31.58%
B = 22.53%

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

#DA966B (or 0xDA966B) is known color: Whiskey. HEX triplet: DA, 96 and 6B. RGB value is (218,150,107). Sum of RGB (Red+Green+Blue) = 218+150+107=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA966B is #256994. Grayscale: #A5A5A5. Windows color (decimal): -2451861 or 7050970. OLE color: 7050970.

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

Color convert

RGB 218 150 107 -
CMYK 0 0.31 0.51 0.15
HSL 23.24º 0.6% 0.64% -
HSV(B) 23.24º 0.51% 0.85% -
XYZ 42.47 37.78 18.96 -
YUV 165.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 218 150 107 0 0.31 0.51 0.15 23.24 0.6 0.64
Hex DA 96 6B 0 1F 33 F 17 3C 40
Octal 332 226 153 0 37 63 17 27 74 100
Binary 11011010 10010110 1101011 0 11111 110011 1111 10111 111100 1000000

Color Harmonies of #DA966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA966B

Black with #DA966B

Text Example


Text Example

White with #DA966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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