Html Css Color HEX #DC9457 Whiskey Sour

📋 copy color: '#DC9457'

red 220 ◦ green 148 ◦ blue 87

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

Shades of Whiskey Sour #DC9457

Tints of Whiskey Sour #DC9457

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.53%

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

R = 48.35%
G = 32.53%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC9457 (or 0xDC9457) is known color: Whiskey Sour. HEX triplet: DC, 94 and 57. RGB value is (220,148,87). Sum of RGB (Red+Green+Blue) = 220+148+87=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9457 is #236BA8. Grayscale: #A2A2A2. Windows color (decimal): -2321321 or 5739740. OLE color: 5739740.

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

Color convert

RGB 220 148 87 -
CMYK 0 0.33 0.60 0.14
HSL 27.52º 0.66% 0.6% -
HSV(B) 27.52º 0.6% 0.86% -
XYZ 41.83 37.08 13.97 -
YUV 162.57 85.35 168.96 -
System Red Green Blue C M Y K H S L
Decimal 220 148 87 0 0.33 0.60 0.14 27.52 0.66 0.6
Hex DC 94 57 0 21 3C E 1C 42 3C
Octal 334 224 127 0 41 74 16 34 102 74
Binary 11011100 10010100 1010111 0 100001 111100 1110 11100 1000010 111100

Color Harmonies of #DC9457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9457

Black with #DC9457

Text Example


Text Example

White with #DC9457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9457; }

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

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

background-color css

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

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

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

border-color css

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

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

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