Html Css Color HEX #DA9465 Whiskey

📋 copy color: '#DA9465'

red 218 ◦ green 148 ◦ blue 101

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

Shades of Whiskey #DA9465

Tints of Whiskey #DA9465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.69%

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

R = 46.68%
G = 31.69%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA9465 (or 0xDA9465) is known color: Whiskey. HEX triplet: DA, 94 and 65. RGB value is (218,148,101). Sum of RGB (Red+Green+Blue) = 218+148+101=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9465 is #256B9A. Grayscale: #A3A3A3. Windows color (decimal): -2452379 or 6657242. OLE color: 6657242.

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

Color convert

RGB 218 148 101 -
CMYK 0 0.32 0.54 0.15
HSL 24.1º 0.61% 0.63% -
HSV(B) 24.1º 0.54% 0.85% -
XYZ 41.85 37.02 17.25 -
YUV 163.57 92.69 166.82 -
System Red Green Blue C M Y K H S L
Decimal 218 148 101 0 0.32 0.54 0.15 24.1 0.61 0.63
Hex DA 94 65 0 20 36 F 18 3D 3F
Octal 332 224 145 0 40 66 17 30 75 77
Binary 11011010 10010100 1100101 0 100000 110110 1111 11000 111101 111111

Color Harmonies of #DA9465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9465

Black with #DA9465

Text Example


Text Example

White with #DA9465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9465; }

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

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

background-color css

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

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

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

border-color css

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

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

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