Html Css Color HEX #DC8958 Whiskey Sour

📋 copy color: '#DC8958'

red 220 ◦ green 137 ◦ blue 88

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

Shades of Whiskey Sour #DC8958

Tints of Whiskey Sour #DC8958

RGB

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

 GREEN value IS 137 (53.91% from 255) = 30.79%

 BLUE value IS 88 (34.77% from 255) = 19.78%

R = 49.44%
G = 30.79%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC8958 (or 0xDC8958) is known color: Whiskey Sour. HEX triplet: DC, 89 and 58. RGB value is (220,137,88). Sum of RGB (Red+Green+Blue) = 220+137+88=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 137 (53.91% from 255 or 30.79% from 445); Blue value is 88 (34.77% from 255 or 19.78% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8958 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8958 is #2376A7. Grayscale: #9C9C9C. Windows color (decimal): -2324136 or 5802460. OLE color: 5802460.

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

Color convert

RGB 220 137 88 -
CMYK 0 0.38 0.6 0.14
HSL 22.27º 0.65% 0.6% -
HSV(B) 22.27º 0.6% 0.86% -
XYZ 40.22 33.81 13.64 -
YUV 156.23 89.5 173.48 -
System Red Green Blue C M Y K H S L
Decimal 220 137 88 0 0.38 0.6 0.14 22.27 0.65 0.6
Hex DC 89 58 0 26 3C E 16 41 3C
Octal 334 211 130 0 46 74 16 26 101 74
Binary 11011100 10001001 1011000 0 100110 111100 1110 10110 1000001 111100

Color Harmonies of #DC8958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8958

Black with #DC8958

Text Example


Text Example

White with #DC8958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8958; }

 p { color: rgb(220,137,88); }

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

background-color css

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

 a { background-color: rgb(220,137,88); }

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

border-color css

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

 span { border-color: rgb(220,137,88); }

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