Html Css Color HEX #DA8C5B Whiskey Sour

📋 copy color: '#DA8C5B'

red 218 ◦ green 140 ◦ blue 91

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

Shades of Whiskey Sour #DA8C5B

Tints of Whiskey Sour #DA8C5B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.18%

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

R = 48.55%
G = 31.18%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DA8C5B (or 0xDA8C5B) is known color: Whiskey Sour. HEX triplet: DA, 8C and 5B. RGB value is (218,140,91). Sum of RGB (Red+Green+Blue) = 218+140+91=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C5B is #2573A4. Grayscale: #9E9E9E. Windows color (decimal): -2454437 or 5999834. OLE color: 5999834.

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

Color convert

RGB 218 140 91 -
CMYK 0 0.36 0.58 0.15
HSL 23.15º 0.63% 0.61% -
HSV(B) 23.15º 0.58% 0.85% -
XYZ 40.18 34.42 14.42 -
YUV 157.74 90.34 170.98 -
System Red Green Blue C M Y K H S L
Decimal 218 140 91 0 0.36 0.58 0.15 23.15 0.63 0.61
Hex DA 8C 5B 0 24 3A F 17 3F 3D
Octal 332 214 133 0 44 72 17 27 77 75
Binary 11011010 10001100 1011011 0 100100 111010 1111 10111 111111 111101

Color Harmonies of #DA8C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C5B

Black with #DA8C5B

Text Example


Text Example

White with #DA8C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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