Html Css Color HEX #DA9259 Whiskey Sour

📋 copy color: '#DA9259'

red 218 ◦ green 146 ◦ blue 89

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

Shades of Whiskey Sour #DA9259

Tints of Whiskey Sour #DA9259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.65%

R = 48.12%
G = 32.23%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DA9259 (or 0xDA9259) is known color: Whiskey Sour. HEX triplet: DA, 92 and 59. RGB value is (218,146,89). Sum of RGB (Red+Green+Blue) = 218+146+89=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 89 (35.16% from 255 or 19.65% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9259 is #256DA6. Grayscale: #A1A1A1. Windows color (decimal): -2452903 or 5870298. OLE color: 5870298.

HSL color Cylindrical-coordinate representation of color #DA9259: hue angle of 26.51º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA9259 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 146 89 -
CMYK 0 0.33 0.59 0.15
HSL 26.51º 0.64% 0.6% -
HSV(B) 26.51º 0.59% 0.85% -
XYZ 41 36.18 14.27 -
YUV 161.03 87.35 168.63 -
System Red Green Blue C M Y K H S L
Decimal 218 146 89 0 0.33 0.59 0.15 26.51 0.64 0.6
Hex DA 92 59 0 21 3B F 1B 40 3C
Octal 332 222 131 0 41 73 17 33 100 74
Binary 11011010 10010010 1011001 0 100001 111011 1111 11011 1000000 111100

Color Harmonies of #DA9259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9259

Black with #DA9259

Text Example


Text Example

White with #DA9259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9259; }

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

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

background-color css

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

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

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

border-color css

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

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

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