Html Css Color HEX #DC8A50 Whiskey Sour

📋 copy color: '#DC8A50'

red 220 ◦ green 138 ◦ blue 80

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

Shades of Whiskey Sour #DC8A50

Tints of Whiskey Sour #DC8A50

RGB

 RED value IS 220 (86.33% from 255) = 50.23%

 GREEN value IS 138 (54.3% from 255) = 31.51%

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

R = 50.23%
G = 31.51%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC8A50 (or 0xDC8A50) is known color: Whiskey Sour. HEX triplet: DC, 8A and 50. RGB value is (220,138,80). Sum of RGB (Red+Green+Blue) = 220+138+80=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8A50 is #2375AF. Grayscale: #9C9C9C. Windows color (decimal): -2323888 or 5278428. OLE color: 5278428.

HSL color Cylindrical-coordinate representation of color #DC8A50: hue angle of 24.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC8A50 is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 138 80 -
CMYK 0 0.37 0.64 0.14
HSL 24.86º 0.67% 0.59% -
HSV(B) 24.86º 0.64% 0.86% -
XYZ 40.05 33.97 12.04 -
YUV 155.91 85.17 173.72 -
System Red Green Blue C M Y K H S L
Decimal 220 138 80 0 0.37 0.64 0.14 24.86 0.67 0.59
Hex DC 8A 50 0 25 40 E 19 43 3B
Octal 334 212 120 0 45 100 16 31 103 73
Binary 11011100 10001010 1010000 0 100101 1000000 1110 11001 1000011 111011

Color Harmonies of #DC8A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A50

Black with #DC8A50

Text Example


Text Example

White with #DC8A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A50; }

 p { color: rgb(220,138,80); }

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

background-color css

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

 a { background-color: rgb(220,138,80); }

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

border-color css

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

 span { border-color: rgb(220,138,80); }

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