Html Css Color HEX #DC955C Whiskey Sour

📋 copy color: '#DC955C'

red 220 ◦ green 149 ◦ blue 92

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

Shades of Whiskey Sour #DC955C

Tints of Whiskey Sour #DC955C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.96%

R = 47.72%
G = 32.32%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC955C (or 0xDC955C) is known color: Whiskey Sour. HEX triplet: DC, 95 and 5C. RGB value is (220,149,92). Sum of RGB (Red+Green+Blue) = 220+149+92=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC955C is #236AA3. Grayscale: #A4A4A4. Windows color (decimal): -2321060 or 6067676. OLE color: 6067676.

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

Color convert

RGB 220 149 92 -
CMYK 0 0.32 0.58 0.14
HSL 26.72º 0.65% 0.61% -
HSV(B) 26.72º 0.58% 0.86% -
XYZ 42.19 37.48 15.14 -
YUV 163.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 220 149 92 0 0.32 0.58 0.14 26.72 0.65 0.61
Hex DC 95 5C 0 20 3A E 1B 41 3D
Octal 334 225 134 0 40 72 16 33 101 75
Binary 11011100 10010101 1011100 0 100000 111010 1110 11011 1000001 111101

Color Harmonies of #DC955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC955C

Black with #DC955C

Text Example


Text Example

White with #DC955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC955C; }

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

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

background-color css

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

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

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

border-color css

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

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

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