Html Css Color HEX #DC9261 Whiskey Sour

📋 copy color: '#DC9261'

red 220 ◦ green 146 ◦ blue 97

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

Shades of Whiskey Sour #DC9261

Tints of Whiskey Sour #DC9261

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.53%

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

R = 47.52%
G = 31.53%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC9261 (or 0xDC9261) is known color: Whiskey Sour. HEX triplet: DC, 92 and 61. RGB value is (220,146,97). Sum of RGB (Red+Green+Blue) = 220+146+97=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 97 (38.28% from 255 or 20.95% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9261 is #236D9E. Grayscale: #A2A2A2. Windows color (decimal): -2321823 or 6394588. OLE color: 6394588.

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

Color convert

RGB 220 146 97 -
CMYK 0 0.34 0.56 0.14
HSL 23.9º 0.64% 0.62% -
HSV(B) 23.9º 0.56% 0.86% -
XYZ 41.95 36.64 16.17 -
YUV 162.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 220 146 97 0 0.34 0.56 0.14 23.9 0.64 0.62
Hex DC 92 61 0 22 38 E 18 40 3E
Octal 334 222 141 0 42 70 16 30 100 76
Binary 11011100 10010010 1100001 0 100010 111000 1110 11000 1000000 111110

Color Harmonies of #DC9261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9261

Black with #DC9261

Text Example


Text Example

White with #DC9261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9261; }

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

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

background-color css

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

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

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

border-color css

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

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

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