Html Css Color HEX #DA895B Whiskey Sour

📋 copy color: '#DA895B'

red 218 ◦ green 137 ◦ blue 91

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

Shades of Whiskey Sour #DA895B

Tints of Whiskey Sour #DA895B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.72%

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

R = 48.88%
G = 30.72%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA895B (or 0xDA895B) is known color: Whiskey Sour. HEX triplet: DA, 89 and 5B. RGB value is (218,137,91). Sum of RGB (Red+Green+Blue) = 218+137+91=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DA895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA895B is #2576A4. Grayscale: #9C9C9C. Windows color (decimal): -2455205 or 5999066. OLE color: 5999066.

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

Color convert

RGB 218 137 91 -
CMYK 0 0.37 0.58 0.15
HSL 21.73º 0.63% 0.61% -
HSV(B) 21.73º 0.58% 0.85% -
XYZ 39.75 33.55 14.28 -
YUV 155.98 91.34 172.24 -
System Red Green Blue C M Y K H S L
Decimal 218 137 91 0 0.37 0.58 0.15 21.73 0.63 0.61
Hex DA 89 5B 0 25 3A F 16 3F 3D
Octal 332 211 133 0 45 72 17 26 77 75
Binary 11011010 10001001 1011011 0 100101 111010 1111 10110 111111 111101

Color Harmonies of #DA895B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA895B

Black with #DA895B

Text Example


Text Example

White with #DA895B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA895B; }

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

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

background-color css

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

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

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

border-color css

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

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

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