Html Css Color HEX #DA9165 Whiskey

📋 copy color: '#DA9165'

red 218 ◦ green 145 ◦ blue 101

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

Shades of Whiskey #DA9165

Tints of Whiskey #DA9165

RGB

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

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

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

R = 46.98%
G = 31.25%
B = 21.77%

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

#DA9165 (or 0xDA9165) is known color: Whiskey. HEX triplet: DA, 91 and 65. RGB value is (218,145,101). Sum of RGB (Red+Green+Blue) = 218+145+101=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 101 (39.84% from 255 or 21.77% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9165 is #256E9A. Grayscale: #A2A2A2. Windows color (decimal): -2453147 or 6656474. OLE color: 6656474.

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

Color convert

RGB 218 145 101 -
CMYK 0 0.33 0.54 0.15
HSL 22.56º 0.61% 0.63% -
HSV(B) 22.56º 0.54% 0.85% -
XYZ 41.39 36.1 17.1 -
YUV 161.81 93.68 168.08 -
System Red Green Blue C M Y K H S L
Decimal 218 145 101 0 0.33 0.54 0.15 22.56 0.61 0.63
Hex DA 91 65 0 21 36 F 17 3D 3F
Octal 332 221 145 0 41 66 17 27 75 77
Binary 11011010 10010001 1100101 0 100001 110110 1111 10111 111101 111111

Color Harmonies of #DA9165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9165

Black with #DA9165

Text Example


Text Example

White with #DA9165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9165; }

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

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

background-color css

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

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

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

border-color css

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

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

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