Html Css Color HEX #DC9353 Whiskey Sour

📋 copy color: '#DC9353'

red 220 ◦ green 147 ◦ blue 83

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

Shades of Whiskey Sour #DC9353

Tints of Whiskey Sour #DC9353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.44%

R = 48.89%
G = 32.67%
B = 18.44%

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

#DC9353 (or 0xDC9353) is known color: Whiskey Sour. HEX triplet: DC, 93 and 53. RGB value is (220,147,83). Sum of RGB (Red+Green+Blue) = 220+147+83=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9353 is #236CAC. Grayscale: #A1A1A1. Windows color (decimal): -2321581 or 5477340. OLE color: 5477340.

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

Color convert

RGB 220 147 83 -
CMYK 0 0.33 0.62 0.14
HSL 28.03º 0.66% 0.59% -
HSV(B) 28.03º 0.62% 0.86% -
XYZ 41.51 36.71 13.08 -
YUV 161.53 83.68 169.7 -
System Red Green Blue C M Y K H S L
Decimal 220 147 83 0 0.33 0.62 0.14 28.03 0.66 0.59
Hex DC 93 53 0 21 3E E 1C 42 3B
Octal 334 223 123 0 41 76 16 34 102 73
Binary 11011100 10010011 1010011 0 100001 111110 1110 11100 1000010 111011

Color Harmonies of #DC9353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9353

Black with #DC9353

Text Example


Text Example

White with #DC9353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9353; }

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

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

background-color css

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

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

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

border-color css

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

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

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