Html Css Color HEX #DC9260 Whiskey Sour

📋 copy color: '#DC9260'

red 220 ◦ green 146 ◦ blue 96

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

Shades of Whiskey Sour #DC9260

Tints of Whiskey Sour #DC9260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.78%

R = 47.62%
G = 31.6%
B = 20.78%

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

#DC9260 (or 0xDC9260) is known color: Whiskey Sour. HEX triplet: DC, 92 and 60. RGB value is (220,146,96). Sum of RGB (Red+Green+Blue) = 220+146+96=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 146 (57.42% from 255 or 31.60% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9260 is #236D9F. Grayscale: #A2A2A2. Windows color (decimal): -2321824 or 6329052. OLE color: 6329052.

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

Color convert

RGB 220 146 96 -
CMYK 0 0.34 0.56 0.14
HSL 24.19º 0.64% 0.62% -
HSV(B) 24.19º 0.56% 0.86% -
XYZ 41.91 36.62 15.93 -
YUV 162.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 220 146 96 0 0.34 0.56 0.14 24.19 0.64 0.62
Hex DC 92 60 0 22 38 E 18 40 3E
Octal 334 222 140 0 42 70 16 30 100 76
Binary 11011100 10010010 1100000 0 100010 111000 1110 11000 1000000 111110

Color Harmonies of #DC9260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9260

Black with #DC9260

Text Example


Text Example

White with #DC9260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9260; }

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

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

background-color css

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

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

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

border-color css

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

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

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