Html Css Color HEX #DA8B5D Whiskey Sour

📋 copy color: '#DA8B5D'

red 218 ◦ green 139 ◦ blue 93

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

Shades of Whiskey Sour #DA8B5D

Tints of Whiskey Sour #DA8B5D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.89%

 BLUE value IS 93 (36.72% from 255) = 20.67%

R = 48.44%
G = 30.89%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DA8B5D (or 0xDA8B5D) is known color: Whiskey Sour. HEX triplet: DA, 8B and 5D. RGB value is (218,139,93). Sum of RGB (Red+Green+Blue) = 218+139+93=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8B5D is #2574A2. Grayscale: #9D9D9D. Windows color (decimal): -2454691 or 6130650. OLE color: 6130650.

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

Color convert

RGB 218 139 93 -
CMYK 0 0.36 0.57 0.15
HSL 22.08º 0.63% 0.61% -
HSV(B) 22.08º 0.57% 0.85% -
XYZ 40.12 34.16 14.84 -
YUV 157.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 218 139 93 0 0.36 0.57 0.15 22.08 0.63 0.61
Hex DA 8B 5D 0 24 39 F 16 3F 3D
Octal 332 213 135 0 44 71 17 26 77 75
Binary 11011010 10001011 1011101 0 100100 111001 1111 10110 111111 111101

Color Harmonies of #DA8B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8B5D

Black with #DA8B5D

Text Example


Text Example

White with #DA8B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8B5D; }

 p { color: rgb(218,139,93); }

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

background-color css

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

 a { background-color: rgb(218,139,93); }

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

border-color css

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

 span { border-color: rgb(218,139,93); }

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