Html Css Color HEX #DA915B Whiskey Sour

📋 copy color: '#DA915B'

red 218 ◦ green 145 ◦ blue 91

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

Shades of Whiskey Sour #DA915B

Tints of Whiskey Sour #DA915B

RGB

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

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

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

R = 48.02%
G = 31.94%
B = 20.04%

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

#DA915B (or 0xDA915B) is known color: Whiskey Sour. HEX triplet: DA, 91 and 5B. RGB value is (218,145,91). Sum of RGB (Red+Green+Blue) = 218+145+91=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA915B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA915B is #256EA4. Grayscale: #A0A0A0. Windows color (decimal): -2453157 or 6001114. OLE color: 6001114.

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

Color convert

RGB 218 145 91 -
CMYK 0 0.33 0.58 0.15
HSL 25.51º 0.63% 0.61% -
HSV(B) 25.51º 0.58% 0.85% -
XYZ 40.93 35.91 14.67 -
YUV 160.67 88.68 168.89 -
System Red Green Blue C M Y K H S L
Decimal 218 145 91 0 0.33 0.58 0.15 25.51 0.63 0.61
Hex DA 91 5B 0 21 3A F 1A 3F 3D
Octal 332 221 133 0 41 72 17 32 77 75
Binary 11011010 10010001 1011011 0 100001 111010 1111 11010 111111 111101

Color Harmonies of #DA915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA915B

Black with #DA915B

Text Example


Text Example

White with #DA915B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA915B; }

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

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

background-color css

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

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

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

border-color css

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

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

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