Html Css Color HEX #DA915E Whiskey Sour

📋 copy color: '#DA915E'

red 218 ◦ green 145 ◦ blue 94

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

Shades of Whiskey Sour #DA915E

Tints of Whiskey Sour #DA915E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.73%

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

R = 47.7%
G = 31.73%
B = 20.57%

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

#DA915E (or 0xDA915E) is known color: Whiskey Sour. HEX triplet: DA, 91 and 5E. RGB value is (218,145,94). Sum of RGB (Red+Green+Blue) = 218+145+94=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA915E is #256EA1. Grayscale: #A1A1A1. Windows color (decimal): -2453154 or 6197722. OLE color: 6197722.

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

Color convert

RGB 218 145 94 -
CMYK 0 0.33 0.57 0.15
HSL 24.68º 0.63% 0.61% -
HSV(B) 24.68º 0.57% 0.85% -
XYZ 41.06 35.96 15.37 -
YUV 161.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 218 145 94 0 0.33 0.57 0.15 24.68 0.63 0.61
Hex DA 91 5E 0 21 39 F 19 3F 3D
Octal 332 221 136 0 41 71 17 31 77 75
Binary 11011010 10010001 1011110 0 100001 111001 1111 11001 111111 111101

Color Harmonies of #DA915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA915E

Black with #DA915E

Text Example


Text Example

White with #DA915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA915E; }

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

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

background-color css

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

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

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

border-color css

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

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

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