Html Css Color HEX #DA9365 Whiskey

📋 copy color: '#DA9365'

red 218 ◦ green 147 ◦ blue 101

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

Shades of Whiskey #DA9365

Tints of Whiskey #DA9365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.67%

R = 46.78%
G = 31.55%
B = 21.67%

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

#DA9365 (or 0xDA9365) is known color: Whiskey. HEX triplet: DA, 93 and 65. RGB value is (218,147,101). Sum of RGB (Red+Green+Blue) = 218+147+101=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9365 is #256C9A. Grayscale: #A3A3A3. Windows color (decimal): -2452635 or 6656986. OLE color: 6656986.

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

Color convert

RGB 218 147 101 -
CMYK 0 0.33 0.54 0.15
HSL 23.59º 0.61% 0.63% -
HSV(B) 23.59º 0.54% 0.85% -
XYZ 41.7 36.71 17.2 -
YUV 162.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 218 147 101 0 0.33 0.54 0.15 23.59 0.61 0.63
Hex DA 93 65 0 21 36 F 18 3D 3F
Octal 332 223 145 0 41 66 17 30 75 77
Binary 11011010 10010011 1100101 0 100001 110110 1111 11000 111101 111111

Color Harmonies of #DA9365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9365

Black with #DA9365

Text Example


Text Example

White with #DA9365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9365; }

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

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

background-color css

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

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

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

border-color css

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

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

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