Html Css Color HEX #DC9360 Whiskey Sour

📋 copy color: '#DC9360'

red 220 ◦ green 147 ◦ blue 96

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

Shades of Whiskey Sour #DC9360

Tints of Whiskey Sour #DC9360

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.75%

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

R = 47.52%
G = 31.75%
B = 20.73%

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

#DC9360 (or 0xDC9360) is known color: Whiskey Sour. HEX triplet: DC, 93 and 60. RGB value is (220,147,96). Sum of RGB (Red+Green+Blue) = 220+147+96=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9360 is #236C9F. Grayscale: #A3A3A3. Windows color (decimal): -2321568 or 6329308. OLE color: 6329308.

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

Color convert

RGB 220 147 96 -
CMYK 0 0.33 0.56 0.14
HSL 24.68º 0.64% 0.62% -
HSV(B) 24.68º 0.56% 0.86% -
XYZ 42.06 36.93 15.98 -
YUV 163.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 220 147 96 0 0.33 0.56 0.14 24.68 0.64 0.62
Hex DC 93 60 0 21 38 E 19 40 3E
Octal 334 223 140 0 41 70 16 31 100 76
Binary 11011100 10010011 1100000 0 100001 111000 1110 11001 1000000 111110

Color Harmonies of #DC9360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9360

Black with #DC9360

Text Example


Text Example

White with #DC9360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9360; }

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

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

background-color css

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

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

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

border-color css

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

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

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