Html Css Color HEX #DC8B5A Whiskey Sour

📋 copy color: '#DC8B5A'

red 220 ◦ green 139 ◦ blue 90

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

Shades of Whiskey Sour #DC8B5A

Tints of Whiskey Sour #DC8B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.04%

R = 49%
G = 30.96%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC8B5A (or 0xDC8B5A) is known color: Whiskey Sour. HEX triplet: DC, 8B and 5A. RGB value is (220,139,90). Sum of RGB (Red+Green+Blue) = 220+139+90=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8B5A is #2374A5. Grayscale: #9D9D9D. Windows color (decimal): -2323622 or 5934044. OLE color: 5934044.

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

Color convert

RGB 220 139 90 -
CMYK 0 0.37 0.59 0.14
HSL 22.62º 0.65% 0.61% -
HSV(B) 22.62º 0.59% 0.86% -
XYZ 40.59 34.42 14.18 -
YUV 157.63 89.84 172.48 -
System Red Green Blue C M Y K H S L
Decimal 220 139 90 0 0.37 0.59 0.14 22.62 0.65 0.61
Hex DC 8B 5A 0 25 3B E 17 41 3D
Octal 334 213 132 0 45 73 16 27 101 75
Binary 11011100 10001011 1011010 0 100101 111011 1110 10111 1000001 111101

Color Harmonies of #DC8B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8B5A

Black with #DC8B5A

Text Example


Text Example

White with #DC8B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8B5A; }

 p { color: rgb(220,139,90); }

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

background-color css

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

 a { background-color: rgb(220,139,90); }

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

border-color css

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

 span { border-color: rgb(220,139,90); }

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