Html Css Color HEX #DC9461 Whiskey Sour

📋 copy color: '#DC9461'

red 220 ◦ green 148 ◦ blue 97

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

Shades of Whiskey Sour #DC9461

Tints of Whiskey Sour #DC9461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.83%

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

R = 47.31%
G = 31.83%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC9461 (or 0xDC9461) is known color: Whiskey Sour. HEX triplet: DC, 94 and 61. RGB value is (220,148,97). Sum of RGB (Red+Green+Blue) = 220+148+97=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9461 is #236B9E. Grayscale: #A3A3A3. Windows color (decimal): -2321311 or 6395100. OLE color: 6395100.

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

Color convert

RGB 220 148 97 -
CMYK 0 0.33 0.56 0.14
HSL 24.88º 0.64% 0.62% -
HSV(B) 24.88º 0.56% 0.86% -
XYZ 42.26 37.26 16.27 -
YUV 163.71 90.35 168.15 -
System Red Green Blue C M Y K H S L
Decimal 220 148 97 0 0.33 0.56 0.14 24.88 0.64 0.62
Hex DC 94 61 0 21 38 E 19 40 3E
Octal 334 224 141 0 41 70 16 31 100 76
Binary 11011100 10010100 1100001 0 100001 111000 1110 11001 1000000 111110

Color Harmonies of #DC9461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9461

Black with #DC9461

Text Example


Text Example

White with #DC9461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9461; }

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

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

background-color css

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

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

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

border-color css

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

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

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