Html Css Color HEX #DA9257 Whiskey Sour

📋 copy color: '#DA9257'

red 218 ◦ green 146 ◦ blue 87

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

Shades of Whiskey Sour #DA9257

Tints of Whiskey Sour #DA9257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.29%

R = 48.34%
G = 32.37%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DA9257 (or 0xDA9257) is known color: Whiskey Sour. HEX triplet: DA, 92 and 57. RGB value is (218,146,87). Sum of RGB (Red+Green+Blue) = 218+146+87=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9257 is #256DA8. Grayscale: #A1A1A1. Windows color (decimal): -2452905 or 5739226. OLE color: 5739226.

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

Color convert

RGB 218 146 87 -
CMYK 0 0.33 0.60 0.15
HSL 27.02º 0.64% 0.6% -
HSV(B) 27.02º 0.6% 0.85% -
XYZ 40.91 36.15 13.84 -
YUV 160.8 86.35 168.8 -
System Red Green Blue C M Y K H S L
Decimal 218 146 87 0 0.33 0.60 0.15 27.02 0.64 0.6
Hex DA 92 57 0 21 3C F 1B 40 3C
Octal 332 222 127 0 41 74 17 33 100 74
Binary 11011010 10010010 1010111 0 100001 111100 1111 11011 1000000 111100

Color Harmonies of #DA9257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9257

Black with #DA9257

Text Example


Text Example

White with #DA9257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9257; }

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

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

background-color css

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

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

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

border-color css

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

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

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