Html Css Color HEX #DA9364 Whiskey

📋 copy color: '#DA9364'

red 218 ◦ green 147 ◦ blue 100

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

Shades of Whiskey #DA9364

Tints of Whiskey #DA9364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.61%

 BLUE value IS 100 (39.45% from 255) = 21.51%

R = 46.88%
G = 31.61%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA9364 (or 0xDA9364) is known color: Whiskey. HEX triplet: DA, 93 and 64. RGB value is (218,147,100). Sum of RGB (Red+Green+Blue) = 218+147+100=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9364 is #256C9B. Grayscale: #A3A3A3. Windows color (decimal): -2452636 or 6591450. OLE color: 6591450.

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

Color convert

RGB 218 147 100 -
CMYK 0 0.33 0.54 0.15
HSL 23.9º 0.61% 0.62% -
HSV(B) 23.9º 0.54% 0.85% -
XYZ 41.65 36.69 16.94 -
YUV 162.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 218 147 100 0 0.33 0.54 0.15 23.9 0.61 0.62
Hex DA 93 64 0 21 36 F 18 3D 3E
Octal 332 223 144 0 41 66 17 30 75 76
Binary 11011010 10010011 1100100 0 100001 110110 1111 11000 111101 111110

Color Harmonies of #DA9364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9364

Black with #DA9364

Text Example


Text Example

White with #DA9364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9364; }

 p { color: rgb(218,147,100); }

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

background-color css

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

 a { background-color: rgb(218,147,100); }

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

border-color css

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

 span { border-color: rgb(218,147,100); }

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