Html Css Color HEX #DC895A Whiskey Sour

📋 copy color: '#DC895A'

red 220 ◦ green 137 ◦ blue 90

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

Shades of Whiskey Sour #DC895A

Tints of Whiskey Sour #DC895A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.65%

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

R = 49.22%
G = 30.65%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC895A (or 0xDC895A) is known color: Whiskey Sour. HEX triplet: DC, 89 and 5A. RGB value is (220,137,90). Sum of RGB (Red+Green+Blue) = 220+137+90=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 90 (35.55% from 255 or 20.13% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC895A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC895A is #2376A5. Grayscale: #9C9C9C. Windows color (decimal): -2324134 or 5933532. OLE color: 5933532.

HSL color Cylindrical-coordinate representation of color #DC895A: hue angle of 21.69º 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 #DC895A is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 137 90 -
CMYK 0 0.38 0.59 0.14
HSL 21.69º 0.65% 0.61% -
HSV(B) 21.69º 0.59% 0.86% -
XYZ 40.31 33.85 14.08 -
YUV 156.46 90.5 173.32 -
System Red Green Blue C M Y K H S L
Decimal 220 137 90 0 0.38 0.59 0.14 21.69 0.65 0.61
Hex DC 89 5A 0 26 3B E 16 41 3D
Octal 334 211 132 0 46 73 16 26 101 75
Binary 11011100 10001001 1011010 0 100110 111011 1110 10110 1000001 111101

Color Harmonies of #DC895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC895A

Black with #DC895A

Text Example


Text Example

White with #DC895A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC895A; }

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

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

background-color css

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

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

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

border-color css

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

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

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