Html Css Color HEX #DA935B Whiskey Sour

📋 copy color: '#DA935B'

red 218 ◦ green 147 ◦ blue 91

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

Shades of Whiskey Sour #DA935B

Tints of Whiskey Sour #DA935B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.96%

R = 47.81%
G = 32.24%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA935B (or 0xDA935B) is known color: Whiskey Sour. HEX triplet: DA, 93 and 5B. RGB value is (218,147,91). Sum of RGB (Red+Green+Blue) = 218+147+91=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 91 (35.94% from 255 or 19.96% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA935B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA935B is #256CA4. Grayscale: #A2A2A2. Windows color (decimal): -2452645 or 6001626. OLE color: 6001626.

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

Color convert

RGB 218 147 91 -
CMYK 0 0.33 0.58 0.15
HSL 26.46º 0.63% 0.61% -
HSV(B) 26.46º 0.58% 0.85% -
XYZ 41.24 36.53 14.77 -
YUV 161.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 218 147 91 0 0.33 0.58 0.15 26.46 0.63 0.61
Hex DA 93 5B 0 21 3A F 1A 3F 3D
Octal 332 223 133 0 41 72 17 32 77 75
Binary 11011010 10010011 1011011 0 100001 111010 1111 11010 111111 111101

Color Harmonies of #DA935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA935B

Black with #DA935B

Text Example


Text Example

White with #DA935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA935B; }

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

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

background-color css

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

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

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

border-color css

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

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

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