Html Css Color HEX #DA8C50 Whiskey Sour

📋 copy color: '#DA8C50'

red 218 ◦ green 140 ◦ blue 80

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

Shades of Whiskey Sour #DA8C50

Tints of Whiskey Sour #DA8C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.26%

R = 49.77%
G = 31.96%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA8C50 (or 0xDA8C50) is known color: Whiskey Sour. HEX triplet: DA, 8C and 50. RGB value is (218,140,80). Sum of RGB (Red+Green+Blue) = 218+140+80=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C50 is #2573AF. Grayscale: #9C9C9C. Windows color (decimal): -2454448 or 5278938. OLE color: 5278938.

HSL color Cylindrical-coordinate representation of color #DA8C50: hue angle of 26.09º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DA8C50 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 140 80 -
CMYK 0 0.36 0.63 0.15
HSL 26.09º 0.65% 0.58% -
HSV(B) 26.09º 0.63% 0.85% -
XYZ 39.74 34.24 12.1 -
YUV 156.48 84.84 171.88 -
System Red Green Blue C M Y K H S L
Decimal 218 140 80 0 0.36 0.63 0.15 26.09 0.65 0.58
Hex DA 8C 50 0 24 3F F 1A 41 3A
Octal 332 214 120 0 44 77 17 32 101 72
Binary 11011010 10001100 1010000 0 100100 111111 1111 11010 1000001 111010

Color Harmonies of #DA8C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C50

Black with #DA8C50

Text Example


Text Example

White with #DA8C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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