Html Css Color HEX #DC8755 Whiskey Sour

📋 copy color: '#DC8755'

red 220 ◦ green 135 ◦ blue 85

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

Shades of Whiskey Sour #DC8755

Tints of Whiskey Sour #DC8755

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.68%

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

R = 50%
G = 30.68%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC8755 (or 0xDC8755) is known color: Whiskey Sour. HEX triplet: DC, 87 and 55. RGB value is (220,135,85). Sum of RGB (Red+Green+Blue) = 220+135+85=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 135 (53.12% from 255 or 30.68% from 440); Blue value is 85 (33.59% from 255 or 19.32% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8755 is #2378AA. Grayscale: #9A9A9A. Windows color (decimal): -2324651 or 5605340. OLE color: 5605340.

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

Color convert

RGB 220 135 85 -
CMYK 0 0.39 0.61 0.14
HSL 22.22º 0.66% 0.6% -
HSV(B) 22.22º 0.61% 0.86% -
XYZ 39.82 33.2 12.9 -
YUV 154.72 88.66 174.57 -
System Red Green Blue C M Y K H S L
Decimal 220 135 85 0 0.39 0.61 0.14 22.22 0.66 0.6
Hex DC 87 55 0 27 3D E 16 42 3C
Octal 334 207 125 0 47 75 16 26 102 74
Binary 11011100 10000111 1010101 0 100111 111101 1110 10110 1000010 111100

Color Harmonies of #DC8755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8755

Black with #DC8755

Text Example


Text Example

White with #DC8755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8755; }

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

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

background-color css

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

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

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

border-color css

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

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

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