Html Css Color HEX #DA9766 Whiskey

📋 copy color: '#DA9766'

red 218 ◦ green 151 ◦ blue 102

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

Shades of Whiskey #DA9766

Tints of Whiskey #DA9766

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.06%

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

R = 46.28%
G = 32.06%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA9766 (or 0xDA9766) is known color: Whiskey. HEX triplet: DA, 97 and 66. RGB value is (218,151,102). Sum of RGB (Red+Green+Blue) = 218+151+102=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9766 is #256899. Grayscale: #A5A5A5. Windows color (decimal): -2451610 or 6723546. OLE color: 6723546.

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

Color convert

RGB 218 151 102 -
CMYK 0 0.31 0.53 0.15
HSL 25.34º 0.61% 0.63% -
HSV(B) 25.34º 0.53% 0.85% -
XYZ 42.38 38 17.67 -
YUV 165.45 92.2 165.48 -
System Red Green Blue C M Y K H S L
Decimal 218 151 102 0 0.31 0.53 0.15 25.34 0.61 0.63
Hex DA 97 66 0 1F 35 F 19 3D 3F
Octal 332 227 146 0 37 65 17 31 75 77
Binary 11011010 10010111 1100110 0 11111 110101 1111 11001 111101 111111

Color Harmonies of #DA9766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9766

Black with #DA9766

Text Example


Text Example

White with #DA9766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9766; }

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

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

background-color css

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

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

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

border-color css

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

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

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