Html Css Color HEX #DC9155 Whiskey Sour

📋 copy color: '#DC9155'

red 220 ◦ green 145 ◦ blue 85

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

Shades of Whiskey Sour #DC9155

Tints of Whiskey Sour #DC9155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.22%

 BLUE value IS 85 (33.59% from 255) = 18.89%

R = 48.89%
G = 32.22%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC9155 (or 0xDC9155) is known color: Whiskey Sour. HEX triplet: DC, 91 and 55. RGB value is (220,145,85). Sum of RGB (Red+Green+Blue) = 220+145+85=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9155 is #236EAA. Grayscale: #A0A0A0. Windows color (decimal): -2322091 or 5607900. OLE color: 5607900.

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

Color convert

RGB 220 145 85 -
CMYK 0 0.34 0.61 0.14
HSL 26.67º 0.66% 0.6% -
HSV(B) 26.67º 0.61% 0.86% -
XYZ 41.28 36.12 13.39 -
YUV 160.59 85.35 170.38 -
System Red Green Blue C M Y K H S L
Decimal 220 145 85 0 0.34 0.61 0.14 26.67 0.66 0.6
Hex DC 91 55 0 22 3D E 1B 42 3C
Octal 334 221 125 0 42 75 16 33 102 74
Binary 11011100 10010001 1010101 0 100010 111101 1110 11011 1000010 111100

Color Harmonies of #DC9155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9155

Black with #DC9155

Text Example


Text Example

White with #DC9155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9155; }

 p { color: rgb(220,145,85); }

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

background-color css

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

 a { background-color: rgb(220,145,85); }

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

border-color css

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

 span { border-color: rgb(220,145,85); }

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