Html Css Color HEX #DC8555 Whiskey Sour

📋 copy color: '#DC8555'

red 220 ◦ green 133 ◦ blue 85

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

Shades of Whiskey Sour #DC8555

Tints of Whiskey Sour #DC8555

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.37%

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

R = 50.23%
G = 30.37%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC8555 (or 0xDC8555) is known color: Whiskey Sour. HEX triplet: DC, 85 and 55. RGB value is (220,133,85). Sum of RGB (Red+Green+Blue) = 220+133+85=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8555 is #237AAA. Grayscale: #999999. Windows color (decimal): -2325163 or 5604828. OLE color: 5604828.

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

Color convert

RGB 220 133 85 -
CMYK 0 0.40 0.61 0.14
HSL 21.33º 0.66% 0.6% -
HSV(B) 21.33º 0.61% 0.86% -
XYZ 39.54 32.65 12.81 -
YUV 153.54 89.32 175.4 -
System Red Green Blue C M Y K H S L
Decimal 220 133 85 0 0.40 0.61 0.14 21.33 0.66 0.6
Hex DC 85 55 0 28 3D E 15 42 3C
Octal 334 205 125 0 50 75 16 25 102 74
Binary 11011100 10000101 1010101 0 101000 111101 1110 10101 1000010 111100

Color Harmonies of #DC8555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8555

Black with #DC8555

Text Example


Text Example

White with #DC8555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8555; }

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

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

background-color css

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

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

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

border-color css

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

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

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