Html Css Color HEX #DA9265 Whiskey

📋 copy color: '#DA9265'

red 218 ◦ green 146 ◦ blue 101

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

Shades of Whiskey #DA9265

Tints of Whiskey #DA9265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.4%

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

R = 46.88%
G = 31.4%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA9265 (or 0xDA9265) is known color: Whiskey. HEX triplet: DA, 92 and 65. RGB value is (218,146,101). Sum of RGB (Red+Green+Blue) = 218+146+101=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9265 is #256D9A. Grayscale: #A2A2A2. Windows color (decimal): -2452891 or 6656730. OLE color: 6656730.

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

Color convert

RGB 218 146 101 -
CMYK 0 0.33 0.54 0.15
HSL 23.08º 0.61% 0.63% -
HSV(B) 23.08º 0.54% 0.85% -
XYZ 41.54 36.4 17.15 -
YUV 162.4 93.35 167.66 -
System Red Green Blue C M Y K H S L
Decimal 218 146 101 0 0.33 0.54 0.15 23.08 0.61 0.63
Hex DA 92 65 0 21 36 F 17 3D 3F
Octal 332 222 145 0 41 66 17 27 75 77
Binary 11011010 10010010 1100101 0 100001 110110 1111 10111 111101 111111

Color Harmonies of #DA9265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9265

Black with #DA9265

Text Example


Text Example

White with #DA9265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9265; }

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

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

background-color css

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

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

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

border-color css

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

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

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