Html Css Color HEX #DA935E Whiskey Sour

📋 copy color: '#DA935E'

red 218 ◦ green 147 ◦ blue 94

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

Shades of Whiskey Sour #DA935E

Tints of Whiskey Sour #DA935E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.03%

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

R = 47.49%
G = 32.03%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA935E (or 0xDA935E) is known color: Whiskey Sour. HEX triplet: DA, 93 and 5E. RGB value is (218,147,94). Sum of RGB (Red+Green+Blue) = 218+147+94=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA935E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA935E is #256CA1. Grayscale: #A2A2A2. Windows color (decimal): -2452642 or 6198234. OLE color: 6198234.

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

Color convert

RGB 218 147 94 -
CMYK 0 0.33 0.57 0.15
HSL 25.65º 0.63% 0.61% -
HSV(B) 25.65º 0.57% 0.85% -
XYZ 41.37 36.58 15.47 -
YUV 162.19 89.52 167.81 -
System Red Green Blue C M Y K H S L
Decimal 218 147 94 0 0.33 0.57 0.15 25.65 0.63 0.61
Hex DA 93 5E 0 21 39 F 1A 3F 3D
Octal 332 223 136 0 41 71 17 32 77 75
Binary 11011010 10010011 1011110 0 100001 111001 1111 11010 111111 111101

Color Harmonies of #DA935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA935E

Black with #DA935E

Text Example


Text Example

White with #DA935E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA935E; }

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

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

background-color css

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

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

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

border-color css

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

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

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