Html Css Color HEX #DC955E Whiskey Sour

📋 copy color: '#DC955E'

red 220 ◦ green 149 ◦ blue 94

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

Shades of Whiskey Sour #DC955E

Tints of Whiskey Sour #DC955E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.18%

 BLUE value IS 94 (37.11% from 255) = 20.3%

R = 47.52%
G = 32.18%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC955E (or 0xDC955E) is known color: Whiskey Sour. HEX triplet: DC, 95 and 5E. RGB value is (220,149,94). Sum of RGB (Red+Green+Blue) = 220+149+94=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC955E is #236AA1. Grayscale: #A4A4A4. Windows color (decimal): -2321058 or 6198748. OLE color: 6198748.

HSL color Cylindrical-coordinate representation of color #DC955E: hue angle of 26.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC955E is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 149 94 -
CMYK 0 0.32 0.57 0.14
HSL 26.19º 0.64% 0.62% -
HSV(B) 26.19º 0.57% 0.86% -
XYZ 42.28 37.52 15.6 -
YUV 163.96 88.52 167.97 -
System Red Green Blue C M Y K H S L
Decimal 220 149 94 0 0.32 0.57 0.14 26.19 0.64 0.62
Hex DC 95 5E 0 20 39 E 1A 40 3E
Octal 334 225 136 0 40 71 16 32 100 76
Binary 11011100 10010101 1011110 0 100000 111001 1110 11010 1000000 111110

Color Harmonies of #DC955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC955E

Black with #DC955E

Text Example


Text Example

White with #DC955E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC955E; }

 p { color: rgb(220,149,94); }

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

background-color css

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

 a { background-color: rgb(220,149,94); }

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

border-color css

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

 span { border-color: rgb(220,149,94); }

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