Html Css Color HEX #DA9765 Whiskey

📋 copy color: '#DA9765'

red 218 ◦ green 151 ◦ blue 101

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

Shades of Whiskey #DA9765

Tints of Whiskey #DA9765

RGB

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

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

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

R = 46.38%
G = 32.13%
B = 21.49%

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

#DA9765 (or 0xDA9765) is known color: Whiskey. HEX triplet: DA, 97 and 65. RGB value is (218,151,101). Sum of RGB (Red+Green+Blue) = 218+151+101=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 101 (39.84% from 255 or 21.49% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9765 is #25689A. Grayscale: #A5A5A5. Windows color (decimal): -2451611 or 6658010. OLE color: 6658010.

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

Color convert

RGB 218 151 101 -
CMYK 0 0.31 0.54 0.15
HSL 25.64º 0.61% 0.63% -
HSV(B) 25.64º 0.54% 0.85% -
XYZ 42.33 37.98 17.41 -
YUV 165.33 91.7 165.57 -
System Red Green Blue C M Y K H S L
Decimal 218 151 101 0 0.31 0.54 0.15 25.64 0.61 0.63
Hex DA 97 65 0 1F 36 F 1A 3D 3F
Octal 332 227 145 0 37 66 17 32 75 77
Binary 11011010 10010111 1100101 0 11111 110110 1111 11010 111101 111111

Color Harmonies of #DA9765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9765

Black with #DA9765

Text Example


Text Example

White with #DA9765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9765; }

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

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

background-color css

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

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

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

border-color css

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

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

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