Html Css Color HEX #DC9061 Whiskey Sour

📋 copy color: '#DC9061'

red 220 ◦ green 144 ◦ blue 97

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

Shades of Whiskey Sour #DC9061

Tints of Whiskey Sour #DC9061

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.24%

 BLUE value IS 97 (38.28% from 255) = 21.04%

R = 47.72%
G = 31.24%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC9061 (or 0xDC9061) is known color: Whiskey Sour. HEX triplet: DC, 90 and 61. RGB value is (220,144,97). Sum of RGB (Red+Green+Blue) = 220+144+97=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 97 (38.28% from 255 or 21.04% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9061 is #236F9E. Grayscale: #A1A1A1. Windows color (decimal): -2322335 or 6394076. OLE color: 6394076.

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

Color convert

RGB 220 144 97 -
CMYK 0 0.35 0.56 0.14
HSL 22.93º 0.64% 0.62% -
HSV(B) 22.93º 0.56% 0.86% -
XYZ 41.65 36.03 16.07 -
YUV 161.37 91.68 169.82 -
System Red Green Blue C M Y K H S L
Decimal 220 144 97 0 0.35 0.56 0.14 22.93 0.64 0.62
Hex DC 90 61 0 23 38 E 17 40 3E
Octal 334 220 141 0 43 70 16 27 100 76
Binary 11011100 10010000 1100001 0 100011 111000 1110 10111 1000000 111110

Color Harmonies of #DC9061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9061

Black with #DC9061

Text Example


Text Example

White with #DC9061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9061; }

 p { color: rgb(220,144,97); }

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

background-color css

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

 a { background-color: rgb(220,144,97); }

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

border-color css

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

 span { border-color: rgb(220,144,97); }

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