Html Css Color HEX #DC9561 Whiskey Sour

📋 copy color: '#DC9561'

red 220 ◦ green 149 ◦ blue 97

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

Shades of Whiskey Sour #DC9561

Tints of Whiskey Sour #DC9561

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.97%

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

R = 47.21%
G = 31.97%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC9561 (or 0xDC9561) is known color: Whiskey Sour. HEX triplet: DC, 95 and 61. RGB value is (220,149,97). Sum of RGB (Red+Green+Blue) = 220+149+97=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 97 (38.28% from 255 or 20.82% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9561 is #236A9E. Grayscale: #A4A4A4. Windows color (decimal): -2321055 or 6395356. OLE color: 6395356.

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

Color convert

RGB 220 149 97 -
CMYK 0 0.32 0.56 0.14
HSL 25.37º 0.64% 0.62% -
HSV(B) 25.37º 0.56% 0.86% -
XYZ 42.42 37.57 16.33 -
YUV 164.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 220 149 97 0 0.32 0.56 0.14 25.37 0.64 0.62
Hex DC 95 61 0 20 38 E 19 40 3E
Octal 334 225 141 0 40 70 16 31 100 76
Binary 11011100 10010101 1100001 0 100000 111000 1110 11001 1000000 111110

Color Harmonies of #DC9561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9561

Black with #DC9561

Text Example


Text Example

White with #DC9561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9561; }

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

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

background-color css

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

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

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

border-color css

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

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

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