Html Css Color HEX #DA9665 Whiskey

📋 copy color: '#DA9665'

red 218 ◦ green 150 ◦ blue 101

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

Shades of Whiskey #DA9665

Tints of Whiskey #DA9665

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.98%

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

R = 46.48%
G = 31.98%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA9665 (or 0xDA9665) is known color: Whiskey. HEX triplet: DA, 96 and 65. RGB value is (218,150,101). Sum of RGB (Red+Green+Blue) = 218+150+101=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9665 is #25699A. Grayscale: #A5A5A5. Windows color (decimal): -2451867 or 6657754. OLE color: 6657754.

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

Color convert

RGB 218 150 101 -
CMYK 0 0.31 0.54 0.15
HSL 25.13º 0.61% 0.63% -
HSV(B) 25.13º 0.54% 0.85% -
XYZ 42.17 37.66 17.36 -
YUV 164.75 92.03 165.98 -
System Red Green Blue C M Y K H S L
Decimal 218 150 101 0 0.31 0.54 0.15 25.13 0.61 0.63
Hex DA 96 65 0 1F 36 F 19 3D 3F
Octal 332 226 145 0 37 66 17 31 75 77
Binary 11011010 10010110 1100101 0 11111 110110 1111 11001 111101 111111

Color Harmonies of #DA9665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9665

Black with #DA9665

Text Example


Text Example

White with #DA9665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9665; }

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

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

background-color css

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

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

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

border-color css

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

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

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