Html Css Color HEX #DC9354 Whiskey Sour

📋 copy color: '#DC9354'

red 220 ◦ green 147 ◦ blue 84

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

Shades of Whiskey Sour #DC9354

Tints of Whiskey Sour #DC9354

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.59%

 BLUE value IS 84 (33.2% from 255) = 18.63%

R = 48.78%
G = 32.59%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC9354 (or 0xDC9354) is known color: Whiskey Sour. HEX triplet: DC, 93 and 54. RGB value is (220,147,84). Sum of RGB (Red+Green+Blue) = 220+147+84=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 84 (33.20% from 255 or 18.63% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9354 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9354 is #236CAB. Grayscale: #A1A1A1. Windows color (decimal): -2321580 or 5542876. OLE color: 5542876.

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

Color convert

RGB 220 147 84 -
CMYK 0 0.33 0.62 0.14
HSL 27.79º 0.66% 0.6% -
HSV(B) 27.79º 0.62% 0.86% -
XYZ 41.55 36.72 13.29 -
YUV 161.65 84.18 169.62 -
System Red Green Blue C M Y K H S L
Decimal 220 147 84 0 0.33 0.62 0.14 27.79 0.66 0.6
Hex DC 93 54 0 21 3E E 1C 42 3C
Octal 334 223 124 0 41 76 16 34 102 74
Binary 11011100 10010011 1010100 0 100001 111110 1110 11100 1000010 111100

Color Harmonies of #DC9354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9354

Black with #DC9354

Text Example


Text Example

White with #DC9354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9354; }

 p { color: rgb(220,147,84); }

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

background-color css

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

 a { background-color: rgb(220,147,84); }

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

border-color css

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

 span { border-color: rgb(220,147,84); }

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