Html Css Color HEX #DA955E Whiskey Sour

📋 copy color: '#DA955E'

red 218 ◦ green 149 ◦ blue 94

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

Shades of Whiskey Sour #DA955E

Tints of Whiskey Sour #DA955E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.32%

 BLUE value IS 94 (37.11% from 255) = 20.39%

R = 47.29%
G = 32.32%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA955E (or 0xDA955E) is known color: Whiskey Sour. HEX triplet: DA, 95 and 5E. RGB value is (218,149,94). Sum of RGB (Red+Green+Blue) = 218+149+94=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA955E is #256AA1. Grayscale: #A3A3A3. Windows color (decimal): -2452130 or 6198746. OLE color: 6198746.

HSL color Cylindrical-coordinate representation of color #DA955E: hue angle of 26.61º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DA955E is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 149 94 -
CMYK 0 0.32 0.57 0.15
HSL 26.61º 0.63% 0.61% -
HSV(B) 26.61º 0.57% 0.85% -
XYZ 41.68 37.21 15.57 -
YUV 163.36 88.86 166.97 -
System Red Green Blue C M Y K H S L
Decimal 218 149 94 0 0.32 0.57 0.15 26.61 0.63 0.61
Hex DA 95 5E 0 20 39 F 1B 3F 3D
Octal 332 225 136 0 40 71 17 33 77 75
Binary 11011010 10010101 1011110 0 100000 111001 1111 11011 111111 111101

Color Harmonies of #DA955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA955E

Black with #DA955E

Text Example


Text Example

White with #DA955E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA955E; }

 p { color: rgb(218,149,94); }

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

background-color css

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

 a { background-color: rgb(218,149,94); }

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

border-color css

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

 span { border-color: rgb(218,149,94); }

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