Html Css Color HEX #DA9163 Whiskey

📋 copy color: '#DA9163'

red 218 ◦ green 145 ◦ blue 99

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

Shades of Whiskey #DA9163

Tints of Whiskey #DA9163

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.39%

 BLUE value IS 99 (39.06% from 255) = 21.43%

R = 47.19%
G = 31.39%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA9163 (or 0xDA9163) is known color: Whiskey. HEX triplet: DA, 91 and 63. RGB value is (218,145,99). Sum of RGB (Red+Green+Blue) = 218+145+99=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 99 (39.06% from 255 or 21.43% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9163 is #256E9C. Grayscale: #A1A1A1. Windows color (decimal): -2453149 or 6525402. OLE color: 6525402.

HSL color Cylindrical-coordinate representation of color #DA9163: hue angle of 23.19º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA9163 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 145 99 -
CMYK 0 0.33 0.55 0.15
HSL 23.19º 0.62% 0.62% -
HSV(B) 23.19º 0.55% 0.85% -
XYZ 41.29 36.06 16.59 -
YUV 161.58 92.68 168.24 -
System Red Green Blue C M Y K H S L
Decimal 218 145 99 0 0.33 0.55 0.15 23.19 0.62 0.62
Hex DA 91 63 0 21 37 F 17 3E 3E
Octal 332 221 143 0 41 67 17 27 76 76
Binary 11011010 10010001 1100011 0 100001 110111 1111 10111 111110 111110

Color Harmonies of #DA9163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9163

Black with #DA9163

Text Example


Text Example

White with #DA9163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9163; }

 p { color: rgb(218,145,99); }

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

background-color css

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

 a { background-color: rgb(218,145,99); }

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

border-color css

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

 span { border-color: rgb(218,145,99); }

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