Html Css Color HEX #DC9057 Whiskey Sour

📋 copy color: '#DC9057'

red 220 ◦ green 144 ◦ blue 87

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

Shades of Whiskey Sour #DC9057

Tints of Whiskey Sour #DC9057

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.93%

 BLUE value IS 87 (34.38% from 255) = 19.29%

R = 48.78%
G = 31.93%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC9057 (or 0xDC9057) is known color: Whiskey Sour. HEX triplet: DC, 90 and 57. RGB value is (220,144,87). Sum of RGB (Red+Green+Blue) = 220+144+87=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9057 is #236FA8. Grayscale: #A0A0A0. Windows color (decimal): -2322345 or 5738716. OLE color: 5738716.

HSL color Cylindrical-coordinate representation of color #DC9057: hue angle of 25.71º degrees, saturation: 0.66, 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 #DC9057 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 144 87 -
CMYK 0 0.35 0.60 0.14
HSL 25.71º 0.66% 0.6% -
HSV(B) 25.71º 0.6% 0.86% -
XYZ 41.21 35.85 13.76 -
YUV 160.23 86.68 170.63 -
System Red Green Blue C M Y K H S L
Decimal 220 144 87 0 0.35 0.60 0.14 25.71 0.66 0.6
Hex DC 90 57 0 23 3C E 1A 42 3C
Octal 334 220 127 0 43 74 16 32 102 74
Binary 11011100 10010000 1010111 0 100011 111100 1110 11010 1000010 111100

Color Harmonies of #DC9057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9057

Black with #DC9057

Text Example


Text Example

White with #DC9057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9057; }

 p { color: rgb(220,144,87); }

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

background-color css

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

 a { background-color: rgb(220,144,87); }

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

border-color css

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

 span { border-color: rgb(220,144,87); }

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