Html Css Color HEX #DA9565 Whiskey

📋 copy color: '#DA9565'

red 218 ◦ green 149 ◦ blue 101

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

Shades of Whiskey #DA9565

Tints of Whiskey #DA9565

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.84%

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

R = 46.58%
G = 31.84%
B = 21.58%

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

#DA9565 (or 0xDA9565) is known color: Whiskey. HEX triplet: DA, 95 and 65. RGB value is (218,149,101). Sum of RGB (Red+Green+Blue) = 218+149+101=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9565 is #256A9A. Grayscale: #A4A4A4. Windows color (decimal): -2452123 or 6657498. OLE color: 6657498.

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

Color convert

RGB 218 149 101 -
CMYK 0 0.32 0.54 0.15
HSL 24.62º 0.61% 0.63% -
HSV(B) 24.62º 0.54% 0.85% -
XYZ 42.01 37.34 17.31 -
YUV 164.16 92.36 166.4 -
System Red Green Blue C M Y K H S L
Decimal 218 149 101 0 0.32 0.54 0.15 24.62 0.61 0.63
Hex DA 95 65 0 20 36 F 19 3D 3F
Octal 332 225 145 0 40 66 17 31 75 77
Binary 11011010 10010101 1100101 0 100000 110110 1111 11001 111101 111111

Color Harmonies of #DA9565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9565

Black with #DA9565

Text Example


Text Example

White with #DA9565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9565; }

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

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

background-color css

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

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

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

border-color css

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

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

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