Html Css Color HEX #DA9566 Whiskey

📋 copy color: '#DA9566'

red 218 ◦ green 149 ◦ blue 102

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

Shades of Whiskey #DA9566

Tints of Whiskey #DA9566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.75%

R = 46.48%
G = 31.77%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA9566 (or 0xDA9566) is known color: Whiskey. HEX triplet: DA, 95 and 66. RGB value is (218,149,102). Sum of RGB (Red+Green+Blue) = 218+149+102=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 102 (40.23% from 255 or 21.75% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9566 is #256A99. Grayscale: #A4A4A4. Windows color (decimal): -2452122 or 6723034. OLE color: 6723034.

HSL color Cylindrical-coordinate representation of color #DA9566: hue angle of 24.31º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA9566 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 149 102 -
CMYK 0 0.32 0.53 0.15
HSL 24.31º 0.61% 0.63% -
HSV(B) 24.31º 0.53% 0.85% -
XYZ 42.06 37.36 17.56 -
YUV 164.27 92.86 166.32 -
System Red Green Blue C M Y K H S L
Decimal 218 149 102 0 0.32 0.53 0.15 24.31 0.61 0.63
Hex DA 95 66 0 20 35 F 18 3D 3F
Octal 332 225 146 0 40 65 17 30 75 77
Binary 11011010 10010101 1100110 0 100000 110101 1111 11000 111101 111111

Color Harmonies of #DA9566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9566

Black with #DA9566

Text Example


Text Example

White with #DA9566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9566; }

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

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

background-color css

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

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

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

border-color css

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

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

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