Html Css Color HEX #DC9460 Whiskey Sour

📋 copy color: '#DC9460'

red 220 ◦ green 148 ◦ blue 96

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

Shades of Whiskey Sour #DC9460

Tints of Whiskey Sour #DC9460

RGB

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

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

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

R = 47.41%
G = 31.9%
B = 20.69%

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

#DC9460 (or 0xDC9460) is known color: Whiskey Sour. HEX triplet: DC, 94 and 60. RGB value is (220,148,96). Sum of RGB (Red+Green+Blue) = 220+148+96=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 96 (37.89% from 255 or 20.69% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9460 is #236B9F. Grayscale: #A3A3A3. Windows color (decimal): -2321312 or 6329564. OLE color: 6329564.

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

Color convert

RGB 220 148 96 -
CMYK 0 0.33 0.56 0.14
HSL 25.16º 0.64% 0.62% -
HSV(B) 25.16º 0.56% 0.86% -
XYZ 42.22 37.24 16.03 -
YUV 163.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 220 148 96 0 0.33 0.56 0.14 25.16 0.64 0.62
Hex DC 94 60 0 21 38 E 19 40 3E
Octal 334 224 140 0 41 70 16 31 100 76
Binary 11011100 10010100 1100000 0 100001 111000 1110 11001 1000000 111110

Color Harmonies of #DC9460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9460

Black with #DC9460

Text Example


Text Example

White with #DC9460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9460; }

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

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

background-color css

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

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

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

border-color css

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

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

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