Html Css Color HEX #DA9965 Whiskey

📋 copy color: '#DA9965'

red 218 ◦ green 153 ◦ blue 101

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

Shades of Whiskey #DA9965

Tints of Whiskey #DA9965

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.42%

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

R = 46.19%
G = 32.42%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA9965 (or 0xDA9965) is known color: Whiskey. HEX triplet: DA, 99 and 65. RGB value is (218,153,101). Sum of RGB (Red+Green+Blue) = 218+153+101=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9965 is #25669A. Grayscale: #A6A6A6. Windows color (decimal): -2451099 or 6658522. OLE color: 6658522.

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

Color convert

RGB 218 153 101 -
CMYK 0 0.30 0.54 0.15
HSL 26.67º 0.61% 0.63% -
HSV(B) 26.67º 0.54% 0.85% -
XYZ 42.65 38.63 17.52 -
YUV 166.51 91.03 164.73 -
System Red Green Blue C M Y K H S L
Decimal 218 153 101 0 0.30 0.54 0.15 26.67 0.61 0.63
Hex DA 99 65 0 1E 36 F 1B 3D 3F
Octal 332 231 145 0 36 66 17 33 75 77
Binary 11011010 10011001 1100101 0 11110 110110 1111 11011 111101 111111

Color Harmonies of #DA9965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9965

Black with #DA9965

Text Example


Text Example

White with #DA9965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9965; }

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

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

background-color css

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

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

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

border-color css

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

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

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